Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ iface = gr.Interface(
|
|
52 |
title="Twitter/X Video Translator",
|
53 |
description="Enter a link to a Twitter/X video to translate its audio to English. Handles videos longer than 30 seconds.",
|
54 |
allow_flagging="never",
|
55 |
-
examples=[["https://x.com/OpenAI/status/1790145460393734444"]]
|
56 |
)
|
57 |
|
58 |
if __name__ == "__main__":
|
|
|
52 |
title="Twitter/X Video Translator",
|
53 |
description="Enter a link to a Twitter/X video to translate its audio to English. Handles videos longer than 30 seconds.",
|
54 |
allow_flagging="never",
|
|
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|