Spaces:
Runtime error
Runtime error
Commit
·
3530021
1
Parent(s):
d9d613f
Update app.py
Browse files
app.py
CHANGED
@@ -150,9 +150,9 @@ def inference(img, style):
|
|
150 |
|
151 |
# Gradio setup
|
152 |
|
153 |
-
title = "Anime
|
154 |
-
description = "
|
155 |
-
article = "
|
156 |
|
157 |
examples = [
|
158 |
["examples/garden_in.jpg", STYLE_SHINKAI],
|
|
|
150 |
|
151 |
# Gradio setup
|
152 |
|
153 |
+
title = "Anime Image Convertor"
|
154 |
+
description = "Anime image convertor in different styles"
|
155 |
+
article = ""
|
156 |
|
157 |
examples = [
|
158 |
["examples/garden_in.jpg", STYLE_SHINKAI],
|