Spaces:
Running
Running
Commit ·
91671ee
1
Parent(s): 1b1e7c9
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,8 +52,7 @@ app_interface = gr.Interface(
|
|
| 52 |
title="Art Generation with Neural Style Transfer",
|
| 53 |
description=text,
|
| 54 |
theme = gr.themes.Default(),
|
| 55 |
-
|
| 56 |
-
examples=[
|
| 57 |
['content1.jpg','image1.jpg'],
|
| 58 |
[None,'image2.jpg'],
|
| 59 |
[None,'image4.jpg'],
|
|
|
|
| 52 |
title="Art Generation with Neural Style Transfer",
|
| 53 |
description=text,
|
| 54 |
theme = gr.themes.Default(),
|
| 55 |
+
examples=[
|
|
|
|
| 56 |
['content1.jpg','image1.jpg'],
|
| 57 |
[None,'image2.jpg'],
|
| 58 |
[None,'image4.jpg'],
|