OriLib commited on
Commit
a973e8e
1 Parent(s): 9a8bce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,10 +56,10 @@ text = gr.Textbox(label="Paste an image URL")
56
  png_file = gr.File(label="output png file")
57
 
58
 
59
- chameleon = load_img("butterfly.jpg", output_type="pil")
60
 
61
  url = "http://farm9.staticflickr.com/8488/8228323072_76eeddfea3_z.jpg"
62
- # url = "https://hips.hearstapps.com/hmg-prod/images/gettyimages-1229892983-square.jpg"
63
  tab1 = gr.Interface(
64
  fn, inputs=image, outputs=slider1, examples=[chameleon], api_name="image"
65
  )
 
56
  png_file = gr.File(label="output png file")
57
 
58
 
59
+ chameleon = load_img("giraffe.jpg", output_type="pil")
60
 
61
  url = "http://farm9.staticflickr.com/8488/8228323072_76eeddfea3_z.jpg"
62
+
63
  tab1 = gr.Interface(
64
  fn, inputs=image, outputs=slider1, examples=[chameleon], api_name="image"
65
  )