Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theekshana
/
trellistest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
theekshana
commited on
Jan 16
Commit
3613dc8
·
verified
·
1 Parent(s):
b0767aa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -104,4 +104,4 @@ with gr.Blocks() as demo:
104
105
# Launch Gradio App
106
if __name__ == "__main__":
107
-
demo.launch()
104
105
# Launch Gradio App
106
if __name__ == "__main__":
107
+
demo.launch(
show_error=True
)