Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
3 |
gr.load(
|
4 |
"google/gemma-2-2b-it",
|
5 |
src = "models",
|
@@ -9,4 +12,5 @@ gr.load(
|
|
9 |
examples = [
|
10 |
["Hello, Gemma."]
|
11 |
]
|
12 |
-
).launch()
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/google/gemma-2-2b-it").launch()
|
4 |
+
|
5 |
+
"""
|
6 |
gr.load(
|
7 |
"google/gemma-2-2b-it",
|
8 |
src = "models",
|
|
|
12 |
examples = [
|
13 |
["Hello, Gemma."]
|
14 |
]
|
15 |
+
).launch()
|
16 |
+
"""
|