amitkayal commited on
Commit
1f5afa9
·
1 Parent(s): e3b71e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ demo = gr.Interface(
62
  gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
63
  gr.Button(label="Submit", type="boolean")
64
  ],
65
- outputs=gr.outputs.Textbox(label="Results")
66
  live=True
67
  )
68
  demo.launch()
 
62
  gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
63
  gr.Button(label="Submit", type="boolean")
64
  ],
65
+ outputs=gr.outputs.Textbox(label="Results"),
66
  live=True
67
  )
68
  demo.launch()