Nadil Karunarathna
commited on
Commit
·
19ba9de
1
Parent(s):
5b3e1bb
fix
Browse files
app.py
CHANGED
@@ -45,5 +45,5 @@ def correct(text):
|
|
45 |
|
46 |
init()
|
47 |
|
48 |
-
demo = gr.Interface(fn=correct, inputs="text", outputs="text"
|
49 |
demo.launch()
|
|
|
45 |
|
46 |
init()
|
47 |
|
48 |
+
demo = gr.Interface(fn=correct, inputs="text", outputs="text")
|
49 |
demo.launch()
|