Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
7e0dcfc
1
Parent(s):
ae892a5
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from lmdeploy import pipeline
|
2 |
from lmdeploy.vl import load_image
|
3 |
import spaces
|
4 |
import gradio as gr
|
|
|
1 |
+
from lmdeploy import pipeline, GenerationConfig, TurbomindEngineConfig
|
2 |
from lmdeploy.vl import load_image
|
3 |
import spaces
|
4 |
import gradio as gr
|