wasmdashai commited on
Commit
39a68cd
·
verified ·
1 Parent(s): 76a41f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def download_file(file_path):
4
- filename=f"wasmdashai/dowload_file/blob/main/{file_path}"
5
  with open(filename, 'w') as f:
6
  f.write("This is a sample file created by Gradio.")
7
  return filename
 
1
  import gradio as gr
2
 
3
  def download_file(file_path):
4
+ filename=f"wasmdashai/dowload_file/ccc.txt"
5
  with open(filename, 'w') as f:
6
  f.write("This is a sample file created by Gradio.")
7
  return filename