xp3857 commited on
Commit
bf18b4c
1 Parent(s): 6cf3239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):