KingNish commited on
Commit
5e5ef17
1 Parent(s): 3264dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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