Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshiv
/
placementpredictiongrad
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harshiv
commited on
Apr 15, 2023
Commit
e052556
·
1 Parent(s):
bce6d07
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,4 +79,4 @@ iface = gr.Interface(
79
)
80
81
# Launch Gradio app
82
-
iface.launch(
share=True
)
79
)
80
81
# Launch Gradio app
82
+
iface.launch()