Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,7 +215,7 @@ demo = gr.ChatInterface(
|
|
| 215 |
|
| 216 |
|
| 217 |
if __name__ == "__main__":
|
| 218 |
-
main()
|
| 219 |
demo.launch(
|
| 220 |
inbrowser=True, # Open in browser automatically
|
| 221 |
height=800, # Increase overall height
|
|
|
|
| 215 |
|
| 216 |
|
| 217 |
if __name__ == "__main__":
|
| 218 |
+
# main()
|
| 219 |
demo.launch(
|
| 220 |
inbrowser=True, # Open in browser automatically
|
| 221 |
height=800, # Increase overall height
|