Spaces:
Runtime error
Runtime error
added launch...
Browse files
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()
|