Spaces:
Sleeping
Sleeping
troubleshooting
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ def main():
|
|
30 |
if check:
|
31 |
with st.spinner('Processing review...'):
|
32 |
revision = models.revise_review(input_text, hf_api_key, model_id, color)
|
|
|
33 |
try:
|
34 |
with right_col:
|
35 |
print(revision['data']['revision'])
|
|
|
30 |
if check:
|
31 |
with st.spinner('Processing review...'):
|
32 |
revision = models.revise_review(input_text, hf_api_key, model_id, color)
|
33 |
+
print(revision)
|
34 |
try:
|
35 |
with right_col:
|
36 |
print(revision['data']['revision'])
|