Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,16 +1,3 @@
|
|
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",
|
9 |
-
inputs = [gr.Textbox(label = "Input")],
|
10 |
-
outputs = [gr.Textbox(label = "Output")],
|
11 |
-
title = "Demo",
|
12 |
-
examples = [
|
13 |
-
["Hello, Gemma."]
|
14 |
-
]
|
15 |
-
).launch()
|
16 |
-
"""
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/google/gemma-2-2b-it").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|