Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tomsoderlund/rest-api-with-gradio
Espyrtanos
/
oficina-3-ap2-first-aid-rest-api
like
0
Sleeping
App
Files
Files
Community
delrickOliveira
commited on
Jan 30
Commit
af25669
•
1 Parent(s):
53f829c
removing share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ iface = gr.Interface(
48
inputs="text",
49
outputs="text"
50
)
51
-
iface.launch(
share=True
)
48
inputs="text",
49
outputs="text"
50
)
51
+
iface.launch()