Spaces:
Runtime error
Runtime error
Commit
·
4aa59d6
1
Parent(s):
7450d0f
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.Interface.load("models/google/vit-base-patch16-224").launch()
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
gr.Interface.load("models/google/vit-base-patch16-224").launch()
|
| 4 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|