Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ app = gr.Interface(fn =make_prediction,inputs =[REGION,
|
|
94 |
description="Enter the feilds Below and click the submit button to Make Your Prediction",
|
95 |
outputs = output)
|
96 |
|
97 |
-
app.launch(
|
|
|
94 |
description="Enter the feilds Below and click the submit button to Make Your Prediction",
|
95 |
outputs = output)
|
96 |
|
97 |
+
app.launch(debug = True)
|