Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ejschwartz
/
aidapal-space
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ejschwartz
commited on
16 days ago
Commit
f900015
·
1 Parent(s):
6ce6744
Debugging
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -79,6 +79,8 @@ def predict(code):
79
except Exception:
80
pass
81
82
return json_output, output
83
84
79
except Exception:
80
pass
81
82
+
print(f"JSON output: {repr(json_output)}")
83
+
84
return json_output, output
85
86