Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
from PIL import Image
|
| 4 |
from diffusers import QwenImageEditPlusPipeline
|
| 5 |
-
import spaces
|
| 6 |
|
| 7 |
# Load pipeline at startup
|
| 8 |
pipeline = QwenImageEditPlusPipeline.from_pretrained(
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
from PIL import Image
|
| 5 |
from diffusers import QwenImageEditPlusPipeline
|
|
|
|
| 6 |
|
| 7 |
# Load pipeline at startup
|
| 8 |
pipeline = QwenImageEditPlusPipeline.from_pretrained(
|