Spaces:
Running
Running
new requirements
Browse files- app.py +2 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
import torch
|
|
|
1 |
+
# app.py
|
2 |
+
|
3 |
import gradio as gr
|
4 |
|
5 |
import torch
|
requirements.txt
CHANGED
@@ -13,4 +13,4 @@ tenacity==8.3.0
|
|
13 |
fake_useragent
|
14 |
|
15 |
# Huggingface_hub version that has cached_download
|
16 |
-
huggingface_hub==0.
|
|
|
13 |
fake_useragent
|
14 |
|
15 |
# Huggingface_hub version that has cached_download
|
16 |
+
huggingface_hub==0.11.1
|