Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -639,7 +639,7 @@ if __name__ == "__main__":
|
|
639 |
clear.click(lambda: [], None, chatbot, queue=False)
|
640 |
|
641 |
try:
|
642 |
-
demo.launch(debug=True)
|
643 |
except Exception as e:
|
644 |
print(f"Error launching Gradio interface: {e}")
|
645 |
print(traceback.format_exc())
|
|
|
639 |
clear.click(lambda: [], None, chatbot, queue=False)
|
640 |
|
641 |
try:
|
642 |
+
demo.launch(debug=True, show_error=True)
|
643 |
except Exception as e:
|
644 |
print(f"Error launching Gradio interface: {e}")
|
645 |
print(traceback.format_exc())
|