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