Spaces:
Build error
Build error
gorkemgoknar
commited on
Commit
·
fdf6732
1
Parent(s):
7b92f0d
Update app.py
Browse files
app.py
CHANGED
@@ -191,6 +191,6 @@ interface_text= gr.Interface(fn=greet,
|
|
191 |
outputs=["html","state"],
|
192 |
css=css, title=title, description=description,article=article )
|
193 |
|
194 |
-
appinterface = gr.TabbedInterface([
|
195 |
if __name__ == "__main__":
|
196 |
-
|
|
|
191 |
outputs=["html","state"],
|
192 |
css=css, title=title, description=description,article=article )
|
193 |
|
194 |
+
appinterface = gr.TabbedInterface([interface_mic, interface_file, interface_text], ["Chat with Record", "Chat with File Upload", "Chat Text only"])
|
195 |
if __name__ == "__main__":
|
196 |
+
appinterface.launch()
|