Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def main():
|
|
116 |
examples=[
|
117 |
['miku.jpg',0.5],
|
118 |
['miku2.jpg',0.5]
|
119 |
-
]
|
120 |
title=TITLE,
|
121 |
description=DESCRIPTION,
|
122 |
theme=args.theme,
|
|
|
116 |
examples=[
|
117 |
['miku.jpg',0.5],
|
118 |
['miku2.jpg',0.5]
|
119 |
+
],
|
120 |
title=TITLE,
|
121 |
description=DESCRIPTION,
|
122 |
theme=args.theme,
|