gorkemgoknar commited on
Commit
b43b78b
·
1 Parent(s): 21bd29d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,4 +317,4 @@ interface_file= gr.Interface(fn=greet,
317
 
318
 
319
  appinterface = gr.TabbedInterface([interface_mic,interface_full,interface_file, interface_text], ["Chat with Mic Record","Chat Speech -> Speech", "Chat with Audio Upload" , "Chat Text only"])
320
- appinterface.launch(share=True)
 
317
 
318
 
319
  appinterface = gr.TabbedInterface([interface_mic,interface_full,interface_file, interface_text], ["Chat with Mic Record","Chat Speech -> Speech", "Chat with Audio Upload" , "Chat Text only"])
320
+ appinterface.launch()