anzorq commited on
Commit
3137b9d
1 Parent(s): 4b84628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/huggingface/diffusers.git", "diffs"])
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}