Spaces:
Runtime error
Runtime error
fix typo
Browse files
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
|
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")
|