Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ app = gr.load(
|
|
21 |
import gradio as gr
|
22 |
from transformers import pipeline
|
23 |
|
24 |
-
pipe = pipeline(model = "google/gemma-
|
25 |
|
26 |
def fn(input):
|
27 |
output = pipe(
|
|
|
21 |
import gradio as gr
|
22 |
from transformers import pipeline
|
23 |
|
24 |
+
pipe = pipeline(model = "google/gemma-2-2b-it")
|
25 |
|
26 |
def fn(input):
|
27 |
output = pipe(
|