Ahsen Khaliq commited on
Commit
c029274
1 Parent(s): bc39e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.057
45
 
46
  gr.Interface(
47
  inference,
48
- gr.inputs.Textbox(label="Input")],
49
  gr.outputs.Label(label="Output"),
50
  title=title,
51
  description=description,
 
45
 
46
  gr.Interface(
47
  inference,
48
+ gr.inputs.Textbox(label="Input"),
49
  gr.outputs.Label(label="Output"),
50
  title=title,
51
  description=description,