freddyaboulton HF Staff commited on
Commit
6857bbf
·
verified ·
1 Parent(s): d16b335

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -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@e2c316d1f8a032d9040f32d3e99b1b4a27cdc8b8#subdirectory=client/python
2
- https://gradio-pypi-previews.s3.amazonaws.com/e2c316d1f8a032d9040f32d3e99b1b4a27cdc8b8/gradio-6.1.0-py3-none-any.whl
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,