Hugging Face
Models
Datasets
Spaces
Community
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
7f3c10a
·
verified
·
1 Parent(s):
1d75439
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -54,3 +54,4 @@ def predict_gradio(text):
54
55
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
demo.launch()
54
55
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
demo.launch()
57
+