Spaces:
Sleeping
Sleeping
Commit ·
aa3e985
1
Parent(s): 100eff3
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def predict(text, translation=None, num_sentence=None):
|
|
| 65 |
translation = translation.strip() if translation else None
|
| 66 |
|
| 67 |
results = gloss_text.gloss_sent(sent, translation, num_sentence)
|
| 68 |
-
return
|
| 69 |
|
| 70 |
|
| 71 |
iface = gr.Interface(
|
|
|
|
| 65 |
translation = translation.strip() if translation else None
|
| 66 |
|
| 67 |
results = gloss_text.gloss_sent(sent, translation, num_sentence)
|
| 68 |
+
return results
|
| 69 |
|
| 70 |
|
| 71 |
iface = gr.Interface(
|