Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
- run.py +1 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
| 2 |
-
https://huggingface.co/buckets/gradio/pypi-previews/resolve/
|
|
|
|
| 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__":
|