Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,9 @@ interface = gr.Interface(
|
|
54 |
],
|
55 |
title="Image Generation and Translation", # Title of the interface
|
56 |
description="Upload an image to generate new images based on its caption and translate the caption into Arabic.", # Description
|
|
|
|
|
|
|
57 |
)
|
58 |
|
59 |
|
|
|
54 |
],
|
55 |
title="Image Generation and Translation", # Title of the interface
|
56 |
description="Upload an image to generate new images based on its caption and translate the caption into Arabic.", # Description
|
57 |
+
examples=[
|
58 |
+
["sea.jpg", 3]
|
59 |
+
]
|
60 |
)
|
61 |
|
62 |
|