Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,4 @@ with gr.Blocks(title="Voice Bot: Krishnavamshi Thumma") as demo:
|
|
65 |
clear.click(lambda: ([], []), None, [chatbot, history])
|
66 |
|
67 |
# Launch the Gradio app
|
68 |
-
demo.launch(
|
|
|
65 |
clear.click(lambda: ([], []), None, [chatbot, history])
|
66 |
|
67 |
# Launch the Gradio app
|
68 |
+
demo.launch()
|