MixoMax commited on
Commit
fbc9df3
·
verified ·
1 Parent(s): d23e3db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ def download_file():
17
  return file_contents
18
 
19
  # Define the inputs and outputs for the Gradio interface
20
- inputs = gr.inputs.File(label="Upload File")
21
- output = gr.outputs.File(label="Download File")
22
 
23
  # Create the Gradio interface
24
  gr.Interface(
 
17
  return file_contents
18
 
19
  # Define the inputs and outputs for the Gradio interface
20
+ inputs = gr.File(label="Upload File")
21
+ output = gr.File(label="Download File")
22
 
23
  # Create the Gradio interface
24
  gr.Interface(