Spaces:
Build error
Build error
Commit
·
1d79890
1
Parent(s):
d014ff6
Update app.py
Browse files
app.py
CHANGED
@@ -314,4 +314,4 @@ interface_file= gr.Interface(fn=greet_textonly,
|
|
314 |
|
315 |
|
316 |
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"])
|
317 |
-
appinterface.launch()
|
|
|
314 |
|
315 |
|
316 |
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"])
|
317 |
+
appinterface.launch(share=True)
|