Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ if report_interface.prime_model() is False:
|
|
| 27 |
else:
|
| 28 |
print("Model priming successful.")
|
| 29 |
|
| 30 |
-
running =
|
| 31 |
|
| 32 |
|
| 33 |
def check_report(report):
|
|
|
|
| 27 |
else:
|
| 28 |
print("Model priming successful.")
|
| 29 |
|
| 30 |
+
running = True
|
| 31 |
|
| 32 |
|
| 33 |
def check_report(report):
|