Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,6 @@ gr.load(
|
|
7 |
outputs = [gr.Textbox(label = "Output")],
|
8 |
title = "Demo",
|
9 |
examples = [
|
10 |
-
["Hello,
|
11 |
]
|
12 |
).launch()
|
|
|
7 |
outputs = [gr.Textbox(label = "Output")],
|
8 |
title = "Demo",
|
9 |
examples = [
|
10 |
+
["Hello, World."]
|
11 |
]
|
12 |
).launch()
|