Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|