omdivyatej commited on
Commit
6277da1
·
1 Parent(s): 85c096c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,6 +54,6 @@ interface = gr.Interface(fn=process_file,
54
  inputs=gr.inputs.File(label="Upload a File", file_count='multiple'),
55
  outputs=["dataframe",gr.outputs.File(label="Download CSV")]) # Specify "dataframe" as output type
56
 
57
- interface.launch(share=True)
58
 
59
 
 
54
  inputs=gr.inputs.File(label="Upload a File", file_count='multiple'),
55
  outputs=["dataframe",gr.outputs.File(label="Download CSV")]) # Specify "dataframe" as output type
56
 
57
+ interface.launch()
58
 
59