Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
samthakur
/
gradio
like
0
Runtime error
App
Files
Files
Community
samthakur
commited on
Jan 24, 2023
Commit
9c274b2
•
1 Parent(s):
542fc9c
updated file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ demo = gr.Interface(
24
)
25
26
if __name__ == "__main__":
27
-
demo.launch(
share=True
)
24
)
25
26
if __name__ == "__main__":
27
+
demo.launch()