Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,6 @@ with gr.Blocks() as demo:
|
|
| 40 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
| 41 |
|
| 42 |
if __name__ == "__main__":
|
| 43 |
-
demo.launch(show_api=False, share=False)
|
|
|
|
|
|
|
|
|
| 40 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
| 41 |
|
| 42 |
if __name__ == "__main__":
|
| 43 |
+
demo.launch(show_api=False, share=False)
|
| 44 |
+
|
| 45 |
+

|