Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NLPV
/
ISCO-code-predictor-api
like
2
Running
App
Files
Files
Pradeep Kumar
commited on
Aug 14, 2024
Commit
1aebaa6
·
verified
·
1 Parent(s):
fba8174
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ iface = gr.Interface(fn=launch,
91
outputs="text")
92
93
# Launch the Gradio app
94
-
iface.launch()
91
outputs="text")
92
93
# Launch the Gradio app
94
+
iface.launch(
share = True
)