Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
import hf_utils
|
6 |
import utils
|
7 |
|
8 |
-
subprocess.run(["git", "clone", "https://github.com/
|
9 |
|
10 |
def error_str(error, title="Error"):
|
11 |
return f"""#### {title}
|
|
|
5 |
import hf_utils
|
6 |
import utils
|
7 |
|
8 |
+
subprocess.run(["git", "clone", "https://github.com/qunash/diffusers", "diffs"])
|
9 |
|
10 |
def error_str(error, title="Error"):
|
11 |
return f"""#### {title}
|