update
Browse files
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=['
|
38 |
-
'
|
|
|
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()
|