kfahn commited on
Commit
c40c3fd
1 Parent(s): 090c9fa

Update app.py

Browse files

try eliminating the example

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ control_image = "https://huggingface.co/spaces/kfahn/Animal_Pose_Control_Net/blo
74
 
75
  gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
76
  title = title, description = description, theme='gradio/soft',
77
- examples=[["a Labrador crossing the road", "low quality", control_image]]
78
  ).launch()
79
 
80
  gr.Markdown(
 
74
 
75
  gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
76
  title = title, description = description, theme='gradio/soft',
77
+ #examples=[["a Labrador crossing the road", "low quality", control_image]]
78
  ).launch()
79
 
80
  gr.Markdown(