Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
NLPV
/
ISCO-code-predictor-api
like
2
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
pradeepJHA
commited on
Aug 14, 2024
Commit
6ca040b
·
verified
·
1 Parent(s):
1aebaa6
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(
share = True
)
91
outputs="text")
92
93
# Launch the Gradio app
94
+
iface.launch()