Spaces:
Sleeping
Sleeping
Commit
·
1705ae0
1
Parent(s):
86b6d3f
switch off ssr
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
@@ -86,5 +86,5 @@ with gr.Blocks(title="Interactive Wave Plotter") as demo:
|
|
86 |
|
87 |
|
88 |
print(f"Launching!...")
|
89 |
-
demo.launch()
|
90 |
# demo.load(filter_map, [min_price, max_price, boroughs], map)
|
|
|
86 |
|
87 |
|
88 |
print(f"Launching!...")
|
89 |
+
demo.launch(ssr=False)
|
90 |
# demo.load(filter_map, [min_price, max_price, boroughs], map)
|
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ numpy
|
|
2 |
pandas
|
3 |
gradio
|
4 |
matplotlib
|
5 |
-
seaborn
|
6 |
-
fastapi
|
|
|
2 |
pandas
|
3 |
gradio
|
4 |
matplotlib
|
5 |
+
seaborn
|
|