Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import torch
|
|
7 |
import gradio as gr
|
8 |
from PIL import Image, ImageChops
|
9 |
from huggingface_hub import hf_hub_download
|
|
|
10 |
|
11 |
# Setup ComfyUI if not already set up
|
12 |
#if not os.path.exists("ComfyUI"):
|
|
|
7 |
import gradio as gr
|
8 |
from PIL import Image, ImageChops
|
9 |
from huggingface_hub import hf_hub_download
|
10 |
+
import spaces
|
11 |
|
12 |
# Setup ComfyUI if not already set up
|
13 |
#if not os.path.exists("ComfyUI"):
|