wiusdy commited on
Commit
aa17ca9
1 Parent(s): 15d3cf9
Files changed (2) hide show
  1. 1.png +0 -0
  2. app.py +1 -1
1.png ADDED
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks() as block:
14
  txt_3 = gr.Textbox(value="", label="Your answer is here..")
15
  btn = gr.Button(value="Submit")
16
 
17
- dogs = os.path.join(os.path.dirname(__file__), "1.png")
18
  image = gr.Image(type="pil", value=dogs)
19
 
20
  btn.click(inference.inference, inputs=[options, image, txt], outputs=[txt_3])
 
14
  txt_3 = gr.Textbox(value="", label="Your answer is here..")
15
  btn = gr.Button(value="Submit")
16
 
17
+ dogs = os.path.join(os.path.dirname(__file__), "sample_2.png")
18
  image = gr.Image(type="pil", value=dogs)
19
 
20
  btn.click(inference.inference, inputs=[options, image, txt], outputs=[txt_3])