mgokg commited on
Commit
ec7914b
·
verified ·
1 Parent(s): 78ca2ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ with gr.Blocks() as upload:
90
  # Erstelle die Gradio-Schnittstelle
91
  with gr.Blocks() as demo:
92
  gr.TabbedInterface(
 
93
  [chat, upload]
94
  )
95
 
 
90
  # Erstelle die Gradio-Schnittstelle
91
  with gr.Blocks() as demo:
92
  gr.TabbedInterface(
93
+ [chat, upload],
94
  [chat, upload]
95
  )
96