Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ app = gr.load(
|
|
| 8 |
inputs = [gr.Textbox(label = "Input")],
|
| 9 |
outputs = [gr.Textbox(label = "Output")],
|
| 10 |
title = "Meta Llama",
|
|
|
|
| 11 |
examples = [
|
| 12 |
["Hello, World."]
|
| 13 |
]
|
|
@@ -32,6 +33,7 @@ app = gr.Interface(
|
|
| 32 |
inputs = [gr.Textbox(label = "Input")],
|
| 33 |
outputs = [gr.Textbox(label = "Output")],
|
| 34 |
title = "Meta Llama",
|
|
|
|
| 35 |
examples = [
|
| 36 |
["Hello, World."]
|
| 37 |
]
|
|
|
|
| 8 |
inputs = [gr.Textbox(label = "Input")],
|
| 9 |
outputs = [gr.Textbox(label = "Output")],
|
| 10 |
title = "Meta Llama",
|
| 11 |
+
description = "Inference",
|
| 12 |
examples = [
|
| 13 |
["Hello, World."]
|
| 14 |
]
|
|
|
|
| 33 |
inputs = [gr.Textbox(label = "Input")],
|
| 34 |
outputs = [gr.Textbox(label = "Output")],
|
| 35 |
title = "Meta Llama",
|
| 36 |
+
description = "Pipeline",
|
| 37 |
examples = [
|
| 38 |
["Hello, World."]
|
| 39 |
]
|