Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ Advanced question answering using DuckDuckGo search and custom AI models""")
|
|
| 319 |
[chatbot]
|
| 320 |
)
|
| 321 |
|
| 322 |
-
demo.launch(debug=True, share=
|
| 323 |
|
| 324 |
if __name__ == "__main__":
|
| 325 |
GradioUI().launch()
|
|
|
|
| 319 |
[chatbot]
|
| 320 |
)
|
| 321 |
|
| 322 |
+
demo.launch(debug=True, share=False, **kwargs)
|
| 323 |
|
| 324 |
if __name__ == "__main__":
|
| 325 |
GradioUI().launch()
|