kfahn commited on
Commit
a600f9f
1 Parent(s): 5c5897d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
90
  #gr.Interface(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = "gallery",
91
  #examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
92
 
93
- with gr.Row():
94
- report = wandb_report(report_url)
95
 
96
  if __name__ == "__main__":
97
  demo.launch()
 
90
  #gr.Interface(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = "gallery",
91
  #examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
92
 
93
+ #with gr.Row():
94
+ # report = wandb_report(report_url)
95
 
96
  if __name__ == "__main__":
97
  demo.launch()