bla commited on
Commit
a35784c
1 Parent(s): 4bd0bee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
91
  )
92
  output_json = gr.File(
93
  label='Download JSON',
94
- type='auto',
95
  show_download_button=True,
96
  )
97
  # gr.Examples(
 
91
  )
92
  output_json = gr.File(
93
  label='Download JSON',
94
+ type='file',
95
  show_download_button=True,
96
  )
97
  # gr.Examples(