Spaces:
Runtime error
Runtime error
Commit ·
fa736bb
1
Parent(s): 5ed22f7
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,6 @@ iface = gr.Interface(answer_generating_interface,
|
|
| 63 |
description="Enter a question around how a company is using AI and get the answer")
|
| 64 |
|
| 65 |
|
| 66 |
-
iface.launch(
|
| 67 |
|
| 68 |
|
|
|
|
| 63 |
description="Enter a question around how a company is using AI and get the answer")
|
| 64 |
|
| 65 |
|
| 66 |
+
iface.launch(debug=True)
|
| 67 |
|
| 68 |
|