omerXfaruq commited on
Commit
ec2792a
1 Parent(s): 4cafd71

Add description and stuff to gradio

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -18,6 +18,8 @@ iface = gr.Interface(
18
  gr.inputs.Textbox(lines=1, placeholder="Description for the space"),
19
 
20
  ],
21
- outputs="text"
 
 
22
  )
23
- iface.launch()
 
18
  gr.inputs.Textbox(lines=1, placeholder="Description for the space"),
19
 
20
  ],
21
+ outputs="text",
22
+ title = "Test Space",
23
+ description = "Sample Test Space",
24
  )
25
+ iface.launch(inline = False)