Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,10 @@ iface = gr.Interface(
|
|
| 40 |
fn=download_file,
|
| 41 |
inputs=gr.Textbox(lines=1, placeholder="Enter URL of the file"),
|
| 42 |
outputs=gr.File(),
|
| 43 |
-
title="File Downloader",
|
| 44 |
-
description="Enter the URL of an image, video, document, etc. to download it."
|
|
|
|
|
|
|
| 45 |
concurrency_limit=None
|
| 46 |
)
|
| 47 |
|
|
|
|
| 40 |
fn=download_file,
|
| 41 |
inputs=gr.Textbox(lines=1, placeholder="Enter URL of the file"),
|
| 42 |
outputs=gr.File(),
|
| 43 |
+
title="File Downloader for Hugging Face Chat Tools",
|
| 44 |
+
description="Enter the URL of an image, video, document, etc. to download it. "
|
| 45 |
+
"This tool is designed for use with Hugging Face Chat Tools: "
|
| 46 |
+
"[https://hf.co/chat/tools/66f1a8159d41ad4398ebb711](https://hf.co/chat/tools/66f1a8159d41ad4398ebb711)",
|
| 47 |
concurrency_limit=None
|
| 48 |
)
|
| 49 |
|