Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.load("models/playgroundai/playground-v2.5-1024px-aesthetic").launch()
|
|
|
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()
|