FDSRashid commited on
Commit
3298ef7
·
1 Parent(s): 0d72424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ app = gr.Interface(get_narrators,
27
  [gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
28
  gr.Slider(-11,800, value = 50, label = 'Begining', info = 'Choose The Year to Retrieve Narrators'),
29
  ],
30
- 'dataframe').launch()
31
 
 
27
  [gr.Dropdown(choices = cities, value = ['المدينه', 'بغداد', 'كوفة', 'بصرة'], multiselect=True),
28
  gr.Slider(-11,800, value = 50, label = 'Begining', info = 'Choose The Year to Retrieve Narrators'),
29
  ],
30
+ 'file').launch()
31