Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
|
|
|
|
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()
|