alexkueck commited on
Commit
6092b29
1 Parent(s): e07c0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -276,10 +276,10 @@ with gr.Blocks():
276
  title = "Generative AI - LLM & RAG",
277
  description = description)
278
 
279
- demo.queue()
280
  demo.launch()
281
 
282
-
283
 
284
 
285
 
 
276
  title = "Generative AI - LLM & RAG",
277
  description = description)
278
 
279
+ #demo.queue()
280
  demo.launch()
281
 
282
+ #########################################################################
283
 
284
 
285