renatotn7 commited on
Commit
25d447f
·
1 Parent(s): 004e206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -55,7 +55,9 @@ gr.Interface(
55
  gr.outputs.Image(type="pil", label="Output"),
56
  title=title,
57
  description=description,
58
-
59
 
 
 
60
  ).launch(enable_queue=True,cache_examples=True,share=True)
61
 
 
55
  gr.outputs.Image(type="pil", label="Output"),
56
  title=title,
57
  description=description,
58
+ examples=[
59
 
60
+ ['edison.jpg']
61
+ ]
62
  ).launch(enable_queue=True,cache_examples=True,share=True)
63