Spaces:
Runtime error
Runtime error
Ajeet Singh Raina
commited on
Commit
·
cdbbac4
1
Parent(s):
938e392
Added requirements.txt
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
gradio
|