Spaces:
Runtime error
Runtime error
Update app.py
#1
by venkyyuvy - opened
app.py
CHANGED
|
@@ -61,7 +61,6 @@ gr_interface = gr.Interface(
|
|
| 61 |
title=title,
|
| 62 |
examples=[
|
| 63 |
["A flying bird", "illustration-style", "blue_loss", ""],
|
| 64 |
-
["cat running", "line-art", "cosine_loss", "on a city road"]
|
| 65 |
]
|
| 66 |
)
|
| 67 |
gr_interface.launch(debug=True)
|
|
|
|
| 61 |
title=title,
|
| 62 |
examples=[
|
| 63 |
["A flying bird", "illustration-style", "blue_loss", ""],
|
|
|
|
| 64 |
]
|
| 65 |
)
|
| 66 |
gr_interface.launch(debug=True)
|