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