Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,4 +81,5 @@ interface = gr.Interface(
|
|
| 81 |
outputs=[gr.File(label="SPM result"), gr.File(label="DSM result"), "dataframe"],
|
| 82 |
title="SPM And DSM Implementation in Python"
|
| 83 |
)
|
|
|
|
| 84 |
interface.launch(debug=True)
|
|
|
|
| 81 |
outputs=[gr.File(label="SPM result"), gr.File(label="DSM result"), "dataframe"],
|
| 82 |
title="SPM And DSM Implementation in Python"
|
| 83 |
)
|
| 84 |
+
|
| 85 |
interface.launch(debug=True)
|