Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#1
by
raphael-gl
HF Staff
- opened
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
from diffusers import DiffusionPipeline
|
3 |
-
import spaces
|
4 |
import torch
|
5 |
from concurrent.futures import ProcessPoolExecutor
|
6 |
from huggingface_hub import hf_hub_download
|
|
|
1 |
+
import spaces
|
2 |
import gradio as gr
|
3 |
from diffusers import DiffusionPipeline
|
|
|
4 |
import torch
|
5 |
from concurrent.futures import ProcessPoolExecutor
|
6 |
from huggingface_hub import hf_hub_download
|