charan1102 commited on
Commit
7d40f0c
·
verified ·
1 Parent(s): 9e29eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ with demo:
52
  btn.click(fn=predict, inputs=input_image, outputs=output_caption)
53
  with demo:
54
  gr.Markdown('''<h1 id="title">Features:</h1>''')
55
- gr.Markdown('1. Drop the Image Here or Click on Upload 2. Click to Access Webcam 3. Paste from Clipboard)
56
  demo.launch()
 
52
  btn.click(fn=predict, inputs=input_image, outputs=output_caption)
53
  with demo:
54
  gr.Markdown('''<h1 id="title">Features:</h1>''')
55
+ gr.Markdown("1. Drop the Image Here or Click on Upload", "2. Click to Access Webcam", "3. Paste from Clipboard")
56
  demo.launch()