Update app.py
Browse files
app.py
CHANGED
@@ -261,4 +261,4 @@ demo = gr.ChatInterface(
|
|
261 |
)
|
262 |
|
263 |
if __name__ == "__main__":
|
264 |
-
(share=True, inbrowser=True, height=800, width="100%")
|
|
|
261 |
)
|
262 |
|
263 |
if __name__ == "__main__":
|
264 |
+
demo.launch(share=True, inbrowser=True, height=800, width="100%")
|