nsfwalex commited on
Commit
9ac1270
1 Parent(s): 573a506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(css=css,head=js,fill_height=True) as demo:
245
 
246
  def on_demo_load(request: gr.Request, domain, iframe_domain):
247
  params = dict(request.query_params)
248
- print("load_demo, url params", params, "domain", domain, "iframe", iframe_domain)
249
  if params.get("e", "0") == "1":
250
  #update the image
251
  #bind events
 
245
 
246
  def on_demo_load(request: gr.Request, domain, iframe_domain):
247
  params = dict(request.query_params)
248
+ print("load_demo, url params", params, "domain", domain, "iframe", iframe_domain, "image", default_image)
249
  if params.get("e", "0") == "1":
250
  #update the image
251
  #bind events