Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ outputs = [gr.Image( type="pil", label="Output Image"),
|
|
92 |
gr.Textbox(label="Result")
|
93 |
]
|
94 |
|
95 |
-
examples = [[os.path.join(image_directory, "jagung7.
|
96 |
[os.path.join(image_directory, "jagung4.jpeg"),640, 0.3, 0.6],
|
97 |
[os.path.join(image_directory, "jagung6.jpeg"),640, 0.3, 0.6],
|
98 |
]
|
|
|
92 |
gr.Textbox(label="Result")
|
93 |
]
|
94 |
|
95 |
+
examples = [[os.path.join(image_directory, "jagung7.jpg"),640, 0.3, 0.6],
|
96 |
[os.path.join(image_directory, "jagung4.jpeg"),640, 0.3, 0.6],
|
97 |
[os.path.join(image_directory, "jagung6.jpeg"),640, 0.3, 0.6],
|
98 |
]
|