freddyaboulton HF Staff commited on
Commit
b99fc35
·
verified ·
1 Parent(s): 6bc61b1

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. tuples_testcase.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- gradio-client @ git+https://github.com/gradio-app/gradio@58d9d9e98194dada5267ac1599063cf21723cbde#subdirectory=client/python
2
- https://gradio-pypi-previews.s3.amazonaws.com/58d9d9e98194dada5267ac1599063cf21723cbde/gradio-5.42.0-py3-none-any.whl
 
1
+ gradio-client @ git+https://github.com/gradio-app/gradio@d68c663fc9fffed4840fd74bed940fba3e2bc174#subdirectory=client/python
2
+ https://gradio-pypi-previews.s3.amazonaws.com/d68c663fc9fffed4840fd74bed940fba3e2bc174/gradio-5.42.0-py3-none-any.whl
tuples_testcase.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import plotly.express as px
3
 
4
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
5
 
 
1
  import gradio as gr
2
+ import plotly.express as px # type: ignore
3
 
4
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
5