Spaces:
Running
Running
Commit
·
a96f15c
1
Parent(s):
d0754d6
Update app.py
Browse files
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.
|
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()
|
|
|
|
|
|