lunadebruyne commited on
Commit
b6ccbe5
·
1 Parent(s): a98a32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,6 +8,6 @@ iface = gr.Interface(
8
  inputs=gr.Textbox(
9
  label="Enter your name",
10
  lines=3,
11
- value="Your name",
12
- outputs="text"))
13
  iface.launch()
 
8
  inputs=gr.Textbox(
9
  label="Enter your name",
10
  lines=3,
11
+ value="Your name"),
12
+ outputs="text")
13
  iface.launch()