rnwang commited on
Commit
2af81ab
·
1 Parent(s): 45fd8d5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with demo:
168
 
169
  This section uses an image stylization example to demostrate the speedup of the above code when using quantization in BigDL-Nano (about 2~3x inference time speedup).
170
  The demo is adapted from the original [FSPBT-Image-Translation code](https://github.com/rnwzd/FSPBT-Image-Translation),
171
- and the default image is downloading from [COCO Dataset](https://cocodataset.org/#home)
172
  ''')
173
  with gr.Row().style(equal_height=False):
174
  input_img = gr.Image(label="input image", value="data/COCO_image.jpg", source="upload")
 
168
 
169
  This section uses an image stylization example to demostrate the speedup of the above code when using quantization in BigDL-Nano (about 2~3x inference time speedup).
170
  The demo is adapted from the original [FSPBT-Image-Translation code](https://github.com/rnwzd/FSPBT-Image-Translation),
171
+ and the default image is from [the COCO dataset](https://cocodataset.org/#home).
172
  ''')
173
  with gr.Row().style(equal_height=False):
174
  input_img = gr.Image(label="input image", value="data/COCO_image.jpg", source="upload")