Spaces:
Sleeping
Sleeping
updating
Browse files
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__), "
|
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])
|