mgokg commited on
Commit
5d59c8f
·
verified ·
1 Parent(s): 12181b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks() as suche:
170
  # Erstelle die Gradio-Schnittstelle
171
  with gr.Blocks() as demo:
172
  gr.TabbedInterface(
173
- [chat, upload, suche]
174
  )
175
 
176
 
 
170
  # Erstelle die Gradio-Schnittstelle
171
  with gr.Blocks() as demo:
172
  gr.TabbedInterface(
173
+ [chat, upload, suche, speech]
174
  )
175
 
176