shivanshu292001 commited on
Commit
2baa1da
·
1 Parent(s): 10d53e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ iface = gr.Interface(fn=blog_gen,
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
  outputs=[gr.outputs.JSON(label=None)])
20
- iface.launch(
 
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
  outputs=[gr.outputs.JSON(label=None)])
20
+ iface.launch()