Upload app.py
Browse files
app.py
CHANGED
|
@@ -1485,4 +1485,4 @@ with gr.Blocks(
|
|
| 1485 |
chat_mic.change(voice_chat, [chat_mic, chatbot_widget, session_state], [chatbot_widget, chat_img_out, chat_audio_out, session_state])
|
| 1486 |
|
| 1487 |
if __name__ == "__main__":
|
| 1488 |
-
demo.launch()
|
|
|
|
| 1485 |
chat_mic.change(voice_chat, [chat_mic, chatbot_widget, session_state], [chatbot_widget, chat_img_out, chat_audio_out, session_state])
|
| 1486 |
|
| 1487 |
if __name__ == "__main__":
|
| 1488 |
+
demo.launch(share=True)
|