Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def do_correction(text, model, tokenizer):
|
|
45 |
# corrected_sentence = do_correction(sentence, model, tokenizer)
|
46 |
|
47 |
|
48 |
-
gr.Interface(fn=do_correction, inputs="text", outputs="text")
|
49 |
|
50 |
|
51 |
'''
|
|
|
45 |
# corrected_sentence = do_correction(sentence, model, tokenizer)
|
46 |
|
47 |
|
48 |
+
gr.Interface(fn=do_correction, inputs="text", outputs="text").launch()
|
49 |
|
50 |
|
51 |
'''
|