Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ class EnhancedOceanClimateAgent:
|
|
17 |
self.critical_temp_change = 1.5
|
18 |
|
19 |
# API endpoints* Running on local URL: http://0.0.0.0:7860, with SSR ⚡ (experimental, to disable set `ssr_mode=False` in `launch()`)
|
20 |
-
|
21 |
Traceback (most recent call last):
|
22 |
File "/usr/local/lib/python3.10/site-packages/gradio/queueing.py", line 626, in process_events
|
23 |
response = await route_utils.call_process_api(
|
|
|
17 |
self.critical_temp_change = 1.5
|
18 |
|
19 |
# API endpoints* Running on local URL: http://0.0.0.0:7860, with SSR ⚡ (experimental, to disable set `ssr_mode=False` in `launch()`)
|
20 |
+
To create a public link, set `share=True` in `launch()`.
|
21 |
Traceback (most recent call last):
|
22 |
File "/usr/local/lib/python3.10/site-packages/gradio/queueing.py", line 626, in process_events
|
23 |
response = await route_utils.call_process_api(
|