burakaytan
commited on
Commit
•
6111f8a
1
Parent(s):
5b1a760
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ with gr.Blocks(title="Typo Correction",css=css) as demo:
|
|
69 |
|
70 |
clear_btn.click(fn=clear_text,inputs=special_words,outputs=[sentences,output])
|
71 |
|
72 |
-
demo.launch(
|
|
|
69 |
|
70 |
clear_btn.click(fn=clear_text,inputs=special_words,outputs=[sentences,output])
|
71 |
|
72 |
+
demo.launch()
|