Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ app = gr.Interface(fn=make_prediction, inputs=inputs,
|
|
89 |
description="Enter the fields below and click the submit button to Make Your Prediction",
|
90 |
outputs=output)
|
91 |
|
92 |
-
app.launch(
|
|
|
89 |
description="Enter the fields below and click the submit button to Make Your Prediction",
|
90 |
outputs=output)
|
91 |
|
92 |
+
app.launch()
|