Spaces:
Runtime error
Runtime error
unsubscribe
commited on
Commit
•
c2b84e4
1
Parent(s):
e243538
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
-
os.system("pip install gradio
|
4 |
from lmdeploy.serve.gradio.turbomind_coupled import *
|
5 |
from lmdeploy.messages import TurbomindEngineConfig
|
6 |
|
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
+
os.system("pip install gradio==3.43.0")
|
4 |
from lmdeploy.serve.gradio.turbomind_coupled import *
|
5 |
from lmdeploy.messages import TurbomindEngineConfig
|
6 |
|