Spaces:
Sleeping
Sleeping
Commit
•
ab7c449
1
Parent(s):
c6550c9
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from time import sleep
|
3 |
from diffusers import DiffusionPipeline
|
4 |
-
from huggingface_hub import hf_hub_download
|
5 |
from safetensors.torch import load_file
|
6 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
7 |
from uuid import uuid4
|
|
|
1 |
import gradio as gr
|
2 |
from time import sleep
|
3 |
from diffusers import DiffusionPipeline
|
4 |
+
from huggingface_hub import hf_hub_download, CommitScheduler
|
5 |
from safetensors.torch import load_file
|
6 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
7 |
from uuid import uuid4
|