Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update state.py
Browse files
state.py
CHANGED
|
@@ -426,4 +426,4 @@ def analyze(inFileName):
|
|
| 426 |
except Exception as e:
|
| 427 |
print(f"Error in analyze: {e}")
|
| 428 |
traceback.print_exc()
|
| 429 |
-
st.error(f"Debug - analyze() failed: {e}")
|
|
|
|
| 426 |
except Exception as e:
|
| 427 |
print(f"Error in analyze: {e}")
|
| 428 |
traceback.print_exc()
|
| 429 |
+
st.error(f"Debug - analyze() failed: {e}")
|