mgokg commited on
Commit
fdf8ecf
·
verified ·
1 Parent(s): e8f6e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks() as speech:
175
  # Erstelle die Gradio-Schnittstelle
176
  with gr.Blocks() as demo:
177
  gr.TabbedInterface(
178
- [chat, upload, suche]
179
  ["Chat", "Upload", "Suche"]
180
  )
181
 
 
175
  # Erstelle die Gradio-Schnittstelle
176
  with gr.Blocks() as demo:
177
  gr.TabbedInterface(
178
+ [chat, upload, suche],
179
  ["Chat", "Upload", "Suche"]
180
  )
181