Spaces:
Runtime error
Runtime error
InternLM-Math
commited on
Commit
•
79f0812
1
Parent(s):
1432b36
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from lmdeploy.serve.gradio.turbomind_coupled import *
|
2 |
from lmdeploy.messages import TurbomindEngineConfig
|
3 |
from lmdeploy import ChatTemplateConfig
|
|
|
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 |
from lmdeploy import ChatTemplateConfig
|