Krishnavamshithumma commited on
Commit
7d4d42e
·
verified ·
1 Parent(s): 5ea1173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
65
  clear.click(lambda: ([], []), None, [chatbot, history])
66
 
67
  # Launch the Gradio app
68
+ demo.launch()