Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
app = gr.load(
|
4 |
-
google/gemma-2-2b-it,
|
5 |
src = "models",
|
6 |
inputs = [gr.Textbox(label = "Input")],
|
7 |
outputs = [gr.Textbox(label = "Output")],
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
app = gr.load(
|
4 |
+
"google/gemma-2-2b-it",
|
5 |
src = "models",
|
6 |
inputs = [gr.Textbox(label = "Input")],
|
7 |
outputs = [gr.Textbox(label = "Output")],
|