Hyeonsieun commited on
Commit
058ef18
·
verified ·
1 Parent(s): 3026e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  '''