Spaces:
Runtime error
Runtime error
Commit
·
6277da1
1
Parent(s):
85c096c
Update app.py
Browse files
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(
|
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 |
|