Spaces:
Runtime error
Runtime error
chats-bug
commited on
Commit
·
8467d12
1
Parent(s):
43f7561
Fixed typo
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ interface = gr.Interface(
|
|
84 |
],
|
85 |
# Set image examples to be displayed in the interface.
|
86 |
examples = [
|
87 |
-
["Image1.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0]
|
88 |
["Image2.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0],
|
89 |
["Image3.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0],
|
90 |
],
|
|
|
84 |
],
|
85 |
# Set image examples to be displayed in the interface.
|
86 |
examples = [
|
87 |
+
["Image1.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0],
|
88 |
["Image2.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0],
|
89 |
["Image3.png", 1, list(MODELS.keys())[1], 50, 1.0, 50, 1.0, 2.0, 2.0],
|
90 |
],
|