Gowtham M commited on
Commit
542c148
1 Parent(s): d92c1fd

Update Space

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- ).launch()
 
 
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()