Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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
|