artificialguybr commited on
Commit
98a98e1
1 Parent(s): fc61926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ iface = gr.Interface(
171
  outputs=gr.Video(),
172
  live=False,
173
  title="AI Video Dubbing",
174
- description="""This tool was developed by [@artificialguybr](https://twitter.com/artificialguybr) using entirely open-source tools. Special thanks to Hugging Face for the GPU support. Thanks [@yeswondwer](https://twitter.com/@yeswondwerr) for original code.""",
175
  allow_flagging=False
176
  )
177
  with gr.Blocks() as demo:
 
171
  outputs=gr.Video(),
172
  live=False,
173
  title="AI Video Dubbing",
174
+ description="""This tool was developed by [@artificialguybr](https://twitter.com/artificialguybr) using entirely open-source tools. Special thanks to Hugging Face for the GPU support. Thanks [@yeswondwer](https://twitter.com/@yeswondwerr) for original code. Test the [Video Transcription and Translate](https://huggingface.co/spaces/artificialguybr/VIDEO-TRANSLATION-TRANSCRIPTION) space!""",
175
  allow_flagging=False
176
  )
177
  with gr.Blocks() as demo: