Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AliArshad
/
ISE
like
0
Sleeping
App
Files
Files
Community
AliArshad
commited on
Oct 28, 2023
Commit
7c15e1a
•
1 Parent(s):
b91ddfb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ with gr.Blocks() as demo:
25
26
27
28
-
demo.launch()
25
26
27
28
+
demo.launch(
share=True
)