Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FQiao
/
SoundingStreet
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FQiao
commited on
Apr 23
Commit
2234349
·
verified
·
1 Parent(s):
ae7ab93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -179,4 +179,4 @@ with demo:
179
)
180
181
if __name__ == "__main__":
182
-
demo.launch()
179
)
180
181
if __name__ == "__main__":
182
+
demo.launch(
show_api=False
)