Spaces:
Running
Running
Commit
·
03cbfd8
1
Parent(s):
3ac69c3
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
import hf_utils
|
6 |
import utils
|
7 |
from safetensors import safe_open
|
8 |
-
|
9 |
|
10 |
subprocess.run(["git", "clone", "https://github.com/huggingface/diffusers", "diffs"])
|
11 |
|
|
|
5 |
import hf_utils
|
6 |
import utils
|
7 |
from safetensors import safe_open
|
8 |
+
import torch
|
9 |
|
10 |
subprocess.run(["git", "clone", "https://github.com/huggingface/diffusers", "diffs"])
|
11 |
|