Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asmalljob
/
docker01
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
juanpablosanchez
commited on
Jun 22, 2024
Commit
61a0c55
·
verified
·
1 Parent(s):
7f3c10a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,3 @@ def predict_gradio(text):
54
55
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
demo.launch()
57
-
54
55
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
demo.launch()