Spaces:
Running
on
Zero
Running
on
Zero
app & requirements fixes
Browse files- app.py +1 -2
- requirements.txt +3 -1
app.py
CHANGED
@@ -292,5 +292,4 @@ with gradio_app:
|
|
292 |
)
|
293 |
|
294 |
|
295 |
-
|
296 |
-
gradio_app.launch(allowed_paths=["figures"])
|
|
|
292 |
)
|
293 |
|
294 |
|
295 |
+
gradio_app.launch(allowed_paths=["figures"])
|
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio==4.44.1
|
2 |
gradio_client==1.3.0
|
3 |
supervision==0.26.1
|
4 |
-
transformers==4.53.2
|
|
|
|
|
|
1 |
gradio==4.44.1
|
2 |
gradio_client==1.3.0
|
3 |
supervision==0.26.1
|
4 |
+
transformers==4.53.2
|
5 |
+
torch
|
6 |
+
Pillow
|