Update app.py
Browse files
app.py
CHANGED
|
@@ -248,4 +248,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
| 248 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 249 |
|
| 250 |
if __name__ == "__main__":
|
| 251 |
-
demo.launch(
|
|
|
|
| 248 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 249 |
|
| 250 |
if __name__ == "__main__":
|
| 251 |
+
demo.launch()
|