Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bhaskartripathi/pdfGPT_Turbo
thomasmz1
/
pdfGPT_Turbo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
th8m0z
commited on
Nov 20, 2023
Commit
2c8b880
·
1 Parent(s):
cb47b69
debug + error showing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
66
outputs=[chatbot],
67
)
68
69
-
demo.launch()
66
outputs=[chatbot],
67
)
68
69
+
demo.launch(
debug=True, show_error=True
)