Update app.py
Browse files
app.py
CHANGED
|
@@ -111,4 +111,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Khadija Chatbot") as demo:
|
|
| 111 |
)
|
| 112 |
|
| 113 |
if __name__ == "__main__":
|
| 114 |
-
demo.launch(share=True)
|
|
|
|
| 111 |
)
|
| 112 |
|
| 113 |
if __name__ == "__main__":
|
| 114 |
+
demo.launch(share=True, show_error=True)
|