Spaces:
Paused
Paused
Commit ·
43c56bd
1
Parent(s): 1f8e6c3
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ iface = gr.Interface(
|
|
| 132 |
#gr.FileExplorer()
|
| 133 |
],
|
| 134 |
live=False,
|
| 135 |
-
title="VIDEO TRANSCRIPTION AND TRANSLATION"
|
| 136 |
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.""",
|
| 137 |
allow_flagging=False
|
| 138 |
)
|
|
|
|
| 132 |
#gr.FileExplorer()
|
| 133 |
],
|
| 134 |
live=False,
|
| 135 |
+
title="VIDEO TRANSCRIPTION AND TRANSLATION",
|
| 136 |
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.""",
|
| 137 |
allow_flagging=False
|
| 138 |
)
|