artificialguybr commited on
Commit
48ba3bf
·
1 Parent(s): 6acbc07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ iface = gr.Interface(
137
  ],
138
  live=False,
139
  title="VIDEO TRANSCRIPTION AND TRANSLATION",
140
- 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.""",
141
  allow_flagging=False
142
  )
143
 
 
137
  ],
138
  live=False,
139
  title="VIDEO TRANSCRIPTION AND TRANSLATION",
140
+ 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.""",
141
  allow_flagging=False
142
  )
143