1Noura commited on
Commit
22ef528
·
verified ·
1 Parent(s): 813564c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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