samsl commited on
Commit
8ee9230
1 Parent(s): 5f0a738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ demo = gr.Interface(
177
  ],
178
  outputs = [
179
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
180
- gr.File(label="Download results", type="file")
181
  ],
182
  # title = title,
183
  # description = description,
 
177
  ],
178
  outputs = [
179
  gr.DataFrame(label='Results', headers=['Protein 1', 'Protein 2', 'Interaction']),
180
+ gr.File(label="Download results", type="filepath")
181
  ],
182
  # title = title,
183
  # description = description,