richardkimsm89 commited on
Commit
0451106
·
verified ·
1 Parent(s): 58d9279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
  ]