Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amoghrrao
/
Q2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
amoghrrao
commited on
Mar 29
Commit
6277f5c
·
verified
·
1 Parent(s):
d2c98a2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,4 +96,4 @@ iface = gr.Interface(
96
)
97
98
if __name__ == "__main__":
99
-
iface.launch()
96
)
97
98
if __name__ == "__main__":
99
+
iface.launch(
share=True
)