Spaces:
Runtime error
Runtime error
update reqs
Browse files- app.py +2 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
from modelscope.outputs import OutputKeys
|
|
|
1 |
+
import os
|
2 |
+
os.system('pip install "modelscope[cv]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html')
|
3 |
import gradio as gr
|
4 |
import numpy as np
|
5 |
from modelscope.outputs import OutputKeys
|
requirements.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
tensorflow
|
2 |
-
"modelscope[cv]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
|
|
|
1 |
tensorflow
|
|