wsj1995 commited on
Commit
8d4abc1
·
verified ·
1 Parent(s): 36b5388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ with open("sd.py", "w") as file:
16
 
17
  from sd import StableDiffusion
18
  def run(url,payload):
 
19
  StableDiffusion(url,payload).run()
20
 
21
  with gr.Blocks() as demo:
 
16
 
17
  from sd import StableDiffusion
18
  def run(url,payload):
19
+ print(url,payload)
20
  StableDiffusion(url,payload).run()
21
 
22
  with gr.Blocks() as demo: