Spaces:
Running
Running
Commit
·
b6ccbe5
1
Parent(s):
a98a32a
Update app.py
Browse files
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()
|