Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|