Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import sys
|
2 |
sys.path.append('./')
|
3 |
-
pip install huggingface_hub==0.24.7
|
4 |
import gradio as gr
|
5 |
import torch
|
6 |
from PIL import Image
|
|
|
1 |
import sys
|
2 |
sys.path.append('./')
|
3 |
+
os.system("pip install huggingface_hub==0.24.7")
|
4 |
import gradio as gr
|
5 |
import torch
|
6 |
from PIL import Image
|