Spaces:
Runtime error
Runtime error
Upgrade Gradio version
#10
by
xianbao
HF staff
- opened
app.py
CHANGED
@@ -6,7 +6,6 @@ import os
|
|
6 |
import numpy as np
|
7 |
from urllib3.exceptions import HTTPError
|
8 |
os.system('pip install dashscope modelscope -U')
|
9 |
-
os.system('pip install gradio==3.*')
|
10 |
|
11 |
# os.environ['CUDA_VISIBLE_DEVICES'] = '0,1'
|
12 |
from argparse import ArgumentParser
|
|
|
6 |
import numpy as np
|
7 |
from urllib3.exceptions import HTTPError
|
8 |
os.system('pip install dashscope modelscope -U')
|
|
|
9 |
|
10 |
# os.environ['CUDA_VISIBLE_DEVICES'] = '0,1'
|
11 |
from argparse import ArgumentParser
|