Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osmankoc
/
zoa-llm-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osmankoc
commited on
Feb 4
Commit
f920cb5
·
1 Parent(s):
1fadd29
revert
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -31,7 +31,4 @@ demo = gr.Interface(
31
outputs=gr.Textbox(),
32
)
33
34
-
# API endpoint ekle
35
-
demo.add_api_route("/predict", generate)
36
-
37
demo.launch()
31
outputs=gr.Textbox(),
32
)
33
34
demo.launch()