Spaces:
Build error
Build error
gorkemgoknar
commited on
Commit
•
12c4b20
1
Parent(s):
64723a9
Update app.py
Browse files
app.py
CHANGED
@@ -320,5 +320,5 @@ interface_file= gr.Interface(fn=greet,
|
|
320 |
|
321 |
|
322 |
|
323 |
-
appinterface = gr.TabbedInterface([interface_mic,
|
324 |
appinterface.launch()
|
|
|
320 |
|
321 |
|
322 |
|
323 |
+
appinterface = gr.TabbedInterface([interface_full,interface_mic,interface_file], ["Chat Speech -> Speech","Chat with Mic Record", "Chat with Audio Upload" , "Chat Text only"])
|
324 |
appinterface.launch()
|