Spaces:
Sleeping
Sleeping
Gowtham M
commited on
Commit
·
542c148
1
Parent(s):
d92c1fd
Update Space
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ p {
|
|
34 |
|
35 |
"""
|
36 |
|
37 |
-
gr.Interface(
|
38 |
fn=get_output,
|
39 |
inputs="textbox",
|
40 |
outputs="text",
|
@@ -43,4 +43,5 @@ gr.Interface(
|
|
43 |
examples=[["Hello, Nanba epdi iruka"], ["Naa Ready dha varava"]],
|
44 |
css = css,
|
45 |
allow_flagging="never",
|
46 |
-
)
|
|
|
|
34 |
|
35 |
"""
|
36 |
|
37 |
+
app = gr.Interface(
|
38 |
fn=get_output,
|
39 |
inputs="textbox",
|
40 |
outputs="text",
|
|
|
43 |
examples=[["Hello, Nanba epdi iruka"], ["Naa Ready dha varava"]],
|
44 |
css = css,
|
45 |
allow_flagging="never",
|
46 |
+
)
|
47 |
+
app.launch()
|