imseldrith commited on
Commit
a96f15c
·
1 Parent(s): d0754d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -74,7 +74,4 @@ def app(text, language, model, level, audio_output, file_upload):
74
  highlighted_diffs = highlight_diffs(text, paraphrased_text, level)
75
  return paraphrased_text, download_output, highlighted_diffs
76
 
77
- interface.test_launch(app)
78
-
79
- if name == "main":
80
- interface.launch()
 
74
  highlighted_diffs = highlight_diffs(text, paraphrased_text, level)
75
  return paraphrased_text, download_output, highlighted_diffs
76
 
77
+ interface.launch()