Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
|
|
154 |
|
155 |
inp_file.change(fn=upload_file, inputs=inp_file, outputs=inp_table)
|
156 |
|
157 |
-
demo.launch(
|
|
|
154 |
|
155 |
inp_file.change(fn=upload_file, inputs=inp_file, outputs=inp_table)
|
156 |
|
157 |
+
demo.launch()
|