Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- app.py +5 -5
- style_images/Starry_Night.jpg +2 -2
app.py
CHANGED
@@ -173,12 +173,12 @@ with gr.Blocks(css=css) as demo:
|
|
173 |
|
174 |
examples = gr.Examples(
|
175 |
examples=[
|
176 |
-
['./content_images/TajMahal.jpg', 'Starry Night'],
|
177 |
-
['./content_images/GoldenRetriever.jpg', 'Lego Bricks'],
|
178 |
-
['./content_images/SeaTurtle.jpg', 'Oil Painting'],
|
179 |
-
['./content_images/NYCSkyline.jpg', 'Scream']
|
180 |
],
|
181 |
-
inputs=[content_and_output, style_dropdown]
|
182 |
)
|
183 |
|
184 |
demo.queue = False
|
|
|
173 |
|
174 |
examples = gr.Examples(
|
175 |
examples=[
|
176 |
+
['./content_images/TajMahal.jpg', 'Starry Night', *optimal_settings['Starry Night']],
|
177 |
+
['./content_images/GoldenRetriever.jpg', 'Lego Bricks', *optimal_settings['Lego Bricks']],
|
178 |
+
['./content_images/SeaTurtle.jpg', 'Oil Painting', *optimal_settings['Oil Painting']],
|
179 |
+
['./content_images/NYCSkyline.jpg', 'Scream', *optimal_settings['Scream']]
|
180 |
],
|
181 |
+
inputs=[content_and_output, style_dropdown, style_strength_slider, output_quality]
|
182 |
)
|
183 |
|
184 |
demo.queue = False
|
style_images/Starry_Night.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|