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