Spaces:
Runtime error
Runtime error
venkat-natchi
commited on
Commit
•
46c977a
1
Parent(s):
4a238dc
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,7 @@ gr_interface = gr.Interface(
|
|
59 |
)
|
60 |
],
|
61 |
title=title,
|
62 |
-
|
63 |
-
["A flying bird", "illustration-style", "blue_loss", ""],
|
64 |
-
]
|
65 |
)
|
66 |
gr_interface.launch(debug=True)
|
67 |
|
|
|
59 |
)
|
60 |
],
|
61 |
title=title,
|
62 |
+
|
|
|
|
|
63 |
)
|
64 |
gr_interface.launch(debug=True)
|
65 |
|