Aspik101 commited on
Commit
0fbbaea
Β·
1 Parent(s): 98a5cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -171,8 +171,5 @@ with gr.Blocks() as chat_demo:
171
  ##### Run Alll #######
172
  ##### Run Alll #######
173
 
174
-
175
- demo_all = gr.TabbedInterface([chat_demo], ["Chat with LLama"])
176
-
177
- demo_all.queue()
178
- demo_all.launch()
 
171
  ##### Run Alll #######
172
  ##### Run Alll #######
173
 
174
+ chat_demo.queue()
175
+ chat_demo.launch()