Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ntaexams
/
ProfCool
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ntaexams
commited on
Mar 9
Commit
cc8ac42
·
verified
·
1 Parent(s):
97e52cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ iface = gr.Interface(
33
34
# Run the Gradio app
35
if __name__ == "__main__":
36
-
iface.launch()
33
34
# Run the Gradio app
35
if __name__ == "__main__":
36
+
iface.launch(
share=True
)