Spaces:
Sleeping
Sleeping
initial commit
Browse files
README.md
CHANGED
@@ -7,4 +7,4 @@ sdk: docker
|
|
7 |
pinned: false
|
8 |
app_port: 8080
|
9 |
license: apache-2.0
|
10 |
-
---
|
|
|
7 |
pinned: false
|
8 |
app_port: 8080
|
9 |
license: apache-2.0
|
10 |
+
---
|
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
gr.load("models/RunDiffusion/Juggernaut-X-v10").launch()
|