Jyothirmai commited on
Commit
8a13188
1 Parent(s): 741dd3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -28,10 +28,10 @@ with gr.Blocks() as demo:
28
  with gr.Row():
29
  caption = gr.Textbox(label="Generated Caption")
30
 
31
- image.change(
32
- fn=generate_caption,
33
- inputs=[image, gr.inputs.Radio],
34
- outputs=caption
35
- )
36
 
37
  demo.launch()
 
28
  with gr.Row():
29
  caption = gr.Textbox(label="Generated Caption")
30
 
31
+ # image.change(
32
+ # fn=generate_caption,
33
+ # inputs=[image, gr.inputs.Radio],
34
+ # outputs=caption
35
+ # )
36
 
37
  demo.launch()