kavehtaheri commited on
Commit
0fdf29c
·
verified ·
1 Parent(s): 763a3ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def overlay_text_on_image(translated_text):
116
  persian_text=translated_text,
117
  url="", # Pass an empty string for URL if upload is used
118
  upload=handle_file(BACKGROUND_IMAGE_URL),
119
- username="", # Not needed based on the API, can be empty
120
  text_color="Black", # As specified in the screenshot
121
  api_name="/overlay_text_on_image"
122
  )
 
116
  persian_text=translated_text,
117
  url="", # Pass an empty string for URL if upload is used
118
  upload=handle_file(BACKGROUND_IMAGE_URL),
119
+ username="aramnevis", # Not needed based on the API, can be empty
120
  text_color="Black", # As specified in the screenshot
121
  api_name="/overlay_text_on_image"
122
  )