Avo-k commited on
Commit
d730458
β€’
1 Parent(s): 4dd3ec8

added launch...

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -159,3 +159,5 @@ with gr.Blocks(title="🌍 ClimateGPT Ekimetrics", css=css_code) as demo:
159
  gr.Markdown("See here some examples on how to use the Chatbot")
160
 
161
  demo.queue(concurrency_count=16)
 
 
 
159
  gr.Markdown("See here some examples on how to use the Chatbot")
160
 
161
  demo.queue(concurrency_count=16)
162
+
163
+ demo.launch()