Spaces:
Build error
Build error
jiangjiechen
commited on
Commit
•
1151a3a
1
Parent(s):
f62e242
improved layout
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ def run(claim):
|
|
113 |
# 'claim_veracity': 'SUPPORT'
|
114 |
# }
|
115 |
js = loren.check(claim)
|
|
|
116 |
ev_html = gradio_formatter(js, 'e')
|
117 |
z_html = gradio_formatter(js, 'z')
|
118 |
return js['claim_veracity'], z_html, ev_html, js
|
|
|
113 |
# 'claim_veracity': 'SUPPORT'
|
114 |
# }
|
115 |
js = loren.check(claim)
|
116 |
+
loren.logger.warning(str(js))
|
117 |
ev_html = gradio_formatter(js, 'e')
|
118 |
z_html = gradio_formatter(js, 'z')
|
119 |
return js['claim_veracity'], z_html, ev_html, js
|