Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Launchpad
/
lofi-bytes
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
amosyou
commited on
Aug 29, 2024
Commit
2bde8bd
·
1 Parent(s):
c778fd2
fix: verbose output
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
154
)
155
156
if __name__ == '__main__':
157
-
demo.launch(share=True)
154
)
155
156
if __name__ == '__main__':
157
+
demo.launch(share=True
, show_error=True
)