Spaces:
Build error
Build error
Commit
·
b43b78b
1
Parent(s):
21bd29d
Update app.py
Browse files
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(
|
|
|
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()
|