shivanshu292001 commited on
Commit
3912ce6
·
1 Parent(s): 225d030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,6 +16,5 @@ iface = gr.Interface(fn=blog_gen,
16
  gr.inputs.Textbox(
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
- outputs=[gr.outputs.JSON(label=None)],
20
- css="footer {visibility: hidden}")
21
  iface.launch()
 
16
  gr.inputs.Textbox(
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
+ outputs=[gr.outputs.JSON(label=None)])
 
20
  iface.launch()