Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
avoice-tech
/
timbre-iosr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
avoice-dev
commited on
Aug 7, 2024
Commit
205daf8
·
1 Parent(s):
7926ab4
fix(app): change launch params
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ iface = gr.Interface(
41
)
42
43
if __name__ == "__main__":
44
-
iface.launch(
debug=True, share=True
)
41
)
42
43
if __name__ == "__main__":
44
+
iface.launch()