Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gosign-de
/
letterhead
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gosign
commited on
May 23
Commit
acb2de2
·
verified
·
1 Parent(s):
5497d2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -120,6 +120,7 @@ def analyze():
120
121
122
except Exception as e:
123
return jsonify({"error": str(e)}), 500
124
125
120
121
122
except Exception as e:
123
+
print("Error": str(e))
124
return jsonify({"error": str(e)}), 500
125
126