Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ class EnhancedOceanClimateAgent:
|
|
16 |
self.anomaly_threshold = 2.0
|
17 |
self.critical_temp_change = 1.5
|
18 |
|
19 |
-
|
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(
|
|
|
16 |
self.anomaly_threshold = 2.0
|
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(
|