Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BurhaanZargar
/
temp_app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BurhaanZargar
commited on
May 11, 2025
Commit
9601b01
·
1 Parent(s):
edf499d
trial
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ interface = gr.Interface(
41
)
42
43
if __name__ == "__main__":
44
-
interface.launch()
41
)
42
43
if __name__ == "__main__":
44
+
interface.launch(
share=True
)