Spaces:
Paused
Paused
Commit
·
48ba3bf
1
Parent(s):
6acbc07
Update app.py
Browse files
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.
|
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 |
|