ThankGod commited on
Commit
b04bcb4
1 Parent(s): 71e05a7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,5 +34,5 @@ gradio.Interface(inference,
34
  inputs=gradio.Image(type='pil'),
35
  outputs=gradio.Image(type='pil'),
36
  Instructuction=Instructuction, title=title, description=description, article=article,
37
- examples=['/Upload Xty.png',
38
- '/Upload Tg.png']).launch()
 
34
  inputs=gradio.Image(type='pil'),
35
  outputs=gradio.Image(type='pil'),
36
  Instructuction=Instructuction, title=title, description=description, article=article,
37
+ examples=['Upload Xty.png',
38
+ 'Upload Tg.png']).launch()