kfahn commited on
Commit
cfce9d6
1 Parent(s): 7c5df13

Update app.py

Browse files

trouble-shooting button

Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -79,10 +79,12 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
79
  neg_prompts = gr.Textbox(label="Negative Prompt")
80
  with gr.Row():
81
  image = gr.Image()
 
 
 
82
  with gr.Row():
83
  report = wandb_report(report_url)
84
- btn = gr.Button("Run")
85
- btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
86
 
87
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
88
  # examples=[["a Labrador crossing the road", "low quality", control_image]])
 
79
  neg_prompts = gr.Textbox(label="Negative Prompt")
80
  with gr.Row():
81
  image = gr.Image()
82
+ with gr.Row():
83
+ btn = gr.Button("Run")
84
+ btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
85
  with gr.Row():
86
  report = wandb_report(report_url)
87
+
 
88
 
89
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
90
  # examples=[["a Labrador crossing the road", "low quality", control_image]])