gradio-pr-bot commited on
Commit
d1c3f67
·
verified ·
1 Parent(s): 44ad20a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. run.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- gradio-client @ git+https://github.com/gradio-app/gradio@1d5994da102bd9bf2367f58789de508b1727b1bf#subdirectory=client/python
2
- https://huggingface.co/buckets/gradio/pypi-previews/resolve/1d5994da102bd9bf2367f58789de508b1727b1bf/gradio-6.12.0-py3-none-any.whl
 
1
+ gradio-client @ git+https://github.com/gradio-app/gradio@9de472671f17b6f01ac45fea5dccde1336d5cd77#subdirectory=client/python
2
+ https://huggingface.co/buckets/gradio/pypi-previews/resolve/9de472671f17b6f01ac45fea5dccde1336d5cd77/gradio-6.12.0-py3-none-any.whl
run.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
71
  f"### Reproduction for #13279: {ROWS} rows × mixed dtypes (markdown/html/date/number/bool/str)"
72
  )
73
  gr.Dataframe(
74
- value=data, headers=headers, datatype=datatype, interactive=False
75
  )
76
 
77
  if __name__ == "__main__":
 
71
  f"### Reproduction for #13279: {ROWS} rows × mixed dtypes (markdown/html/date/number/bool/str)"
72
  )
73
  gr.Dataframe(
74
+ value=data, headers=headers, datatype=datatype, interactive=False # type: ignore
75
  )
76
 
77
  if __name__ == "__main__":