Spaces:
Running
on
Zero
Running
on
Zero
Gradio white-screen fix attempt (#3)
Browse files- Gradio white-screen fix attempt (51efb8f8e302ab6507157709ac8a05db194bb5d9)
Co-authored-by: Charles Bensimon <cbensimon@users.noreply.huggingface.co>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ torch
|
|
5 |
ijson
|
6 |
pydantic
|
7 |
accelerate
|
8 |
-
datasets
|
|
|
|
5 |
ijson
|
6 |
pydantic
|
7 |
accelerate
|
8 |
+
datasets
|
9 |
+
https://gradio-builds.s3.amazonaws.com/4751e5e682d2cd34cbde0f35dcb8e1032831a3a2/gradio-4.25.0-py3-none-any.whl
|