foz commited on
Commit
9713606
1 Parent(s): 6dde5b5

Shrink test image

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. pose_256.jpg +0 -0
app.py CHANGED
@@ -68,7 +68,7 @@ theme = gr.themes.Default(primary_hue="green").set(
68
 
69
  gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
70
  title = title, description = description, theme='gradio/soft',
71
- examples=[["a Labrador crossing the road", "low quality", "pose.jpg"]]
72
  ).launch()
73
 
74
 
 
68
 
69
  gr.Interface(fn = infer, inputs = ["text", "text", "image"], outputs = "gallery",
70
  title = title, description = description, theme='gradio/soft',
71
+ examples=[["a Labrador crossing the road", "low quality", "pose_256.jpg"]]
72
  ).launch()
73
 
74
 
pose_256.jpg ADDED