rnwang commited on
Commit
bd8ffc5
·
1 Parent(s): b930088
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with demo:
135
  gr.Markdown('''
136
  <h2>Demo</h2>
137
 
138
- 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). The demo is adapted from the original [FSPBT-Image-Translation code](https://github.com/rnwzd/FSPBT-Image-Translation/blob/master/eval.py).
139
  ''')
140
  with gr.Row().style(equal_height=False):
141
  input_img = gr.Image(label="input image", value="Marvelous_Maisel.jpg", source="upload")
 
135
  gr.Markdown('''
136
  <h2>Demo</h2>
137
 
138
+ 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). The demo is adapted from the original [FSPBT-Image-Translation code](https://github.com/rnwzd/FSPBT-Image-Translation).
139
  ''')
140
  with gr.Row().style(equal_height=False):
141
  input_img = gr.Image(label="input image", value="Marvelous_Maisel.jpg", source="upload")