iphann commited on
Commit
4a491d2
·
verified ·
1 Parent(s): e72ba25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
- !pip install git+https://github.com/huggingface/diffusers.git
 
 
2
  import gradio as gr
3
 
4
  gr.load("models/playgroundai/playground-v2.5-1024px-aesthetic").launch()
 
1
+ # app.py
2
+ %run setup.sh
3
+
4
  import gradio as gr
5
 
6
  gr.load("models/playgroundai/playground-v2.5-1024px-aesthetic").launch()