Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
- scatter_plot_demo.py +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
| 2 |
-
https://gradio-pypi-previews.s3.amazonaws.com/
|
| 3 |
vega_datasets
|
| 4 |
pandas
|
|
|
|
| 1 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@fac3844e01d6d648972ce7ac52302e7ad65034bd#subdirectory=client/python
|
| 2 |
+
https://gradio-pypi-previews.s3.amazonaws.com/fac3844e01d6d648972ce7ac52302e7ad65034bd/gradio-6.1.0-py3-none-any.whl
|
| 3 |
vega_datasets
|
| 4 |
pandas
|
scatter_plot_demo.py
CHANGED
|
@@ -57,7 +57,7 @@ with gr.Blocks() as scatter_plots:
|
|
| 57 |
x="rating",
|
| 58 |
y="price",
|
| 59 |
color="wait",
|
| 60 |
-
buttons=["actions", "export"],
|
| 61 |
)
|
| 62 |
price_by_rating_color = gr.ScatterPlot(
|
| 63 |
food_rating_data,
|
|
|
|
| 57 |
x="rating",
|
| 58 |
y="price",
|
| 59 |
color="wait",
|
| 60 |
+
buttons=["actions", "export"], # type: ignore
|
| 61 |
)
|
| 62 |
price_by_rating_color = gr.ScatterPlot(
|
| 63 |
food_rating_data,
|