Dricz commited on
Commit
8db0e71
·
verified ·
1 Parent(s): 0ddc83b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg"),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
  ]
 
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
  ]