Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 102 |
lambda: "", None, [msg]
|
| 103 |
)
|
| 104 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 105 |
-
|
|
|
|
| 106 |
|
| 107 |
# Launch the app
|
| 108 |
demo.launch(share=True) # Set share=False if you don't want a public link
|
|
|
|
| 102 |
lambda: "", None, [msg]
|
| 103 |
)
|
| 104 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 105 |
+
|
| 106 |
+
|
| 107 |
|
| 108 |
# Launch the app
|
| 109 |
demo.launch(share=True) # Set share=False if you don't want a public link
|