Demo750 commited on
Commit
f09128e
1 Parent(s): 7c23ef5

Update Webpage.py

Browse files
Files changed (1) hide show
  1. Webpage.py +2 -1
Webpage.py CHANGED
@@ -114,11 +114,12 @@ demo = gr.Interface(
114
  inputs=[gr.Markdown("""
115
  Instruction:
116
  1. Click to upload or drag the entire image that contains BOTH ad and its context;
117
- 2. Draw bounding boxes in the order of: (Each ad element can have more than 1 boxes, and remember the number of boxes.)
118
     (a) Brand element(s) (skip if N.A.)
119
     (b) Pictorial element(s), e.g. Objects, Person etc (skip if N.A.)
120
     (c) Text element(s) (skip if N.A.)
121
     (d) The advertisement.
 
122
  Two example ads are avialable for download: """),
123
  gr.DownloadButton(label="Download Example Magazine Ad Image", value='Demo/Magazine_Ad_Example.jpg'),
124
  gr.DownloadButton(label="Download Example Web Ad Image", value='Demo/Web_Ad_Example.jpg'),
 
114
  inputs=[gr.Markdown("""
115
  Instruction:
116
  1. Click to upload or drag the entire image that contains BOTH ad and its context;
117
+ 2. Draw bounding boxes in the order of: (each element can have more than 1 boxes; remember the number of boxes for each element you draw)
118
     (a) Brand element(s) (skip if N.A.)
119
     (b) Pictorial element(s), e.g. Objects, Person etc (skip if N.A.)
120
     (c) Text element(s) (skip if N.A.)
121
     (d) The advertisement.
122
+
123
  Two example ads are avialable for download: """),
124
  gr.DownloadButton(label="Download Example Magazine Ad Image", value='Demo/Magazine_Ad_Example.jpg'),
125
  gr.DownloadButton(label="Download Example Web Ad Image", value='Demo/Web_Ad_Example.jpg'),