Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ app = gr.Interface(
|
|
13 |
outputs = [gr.Textbox(label = "Output")],
|
14 |
title = "Demo",
|
15 |
examples = [
|
16 |
-
["Hello,
|
17 |
]
|
18 |
)
|
19 |
|
|
|
13 |
outputs = [gr.Textbox(label = "Output")],
|
14 |
title = "Demo",
|
15 |
examples = [
|
16 |
+
["Hello, Llama."]
|
17 |
]
|
18 |
)
|
19 |
|