Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
name = "runwayml/stable-diffusion-v1-5"
|
4 |
model = gr.Interface.load(f"models/{name}")
|
5 |
o = os.getenv("P")
|
6 |
-
h = gr.Textbox(visible=False)
|
7 |
def ac(h=h):
|
8 |
if h == o:
|
9 |
def im_fn(put):
|
|
|
3 |
name = "runwayml/stable-diffusion-v1-5"
|
4 |
model = gr.Interface.load(f"models/{name}")
|
5 |
o = os.getenv("P")
|
6 |
+
h = gr.Textbox(value="Q",visible=False)
|
7 |
def ac(h=h):
|
8 |
if h == o:
|
9 |
def im_fn(put):
|