Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,9 @@
|
|
3 |
import gradio as gr
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
6 |
-
|
7 |
-
model = "google/gemma-2-9b-it"
|
|
|
8 |
client = InferenceClient(model)
|
9 |
|
10 |
def fn(
|
|
|
3 |
import gradio as gr
|
4 |
from huggingface_hub import InferenceClient
|
5 |
|
6 |
+
model = "google/gemma-2-27b-it"
|
7 |
+
#model = "google/gemma-2-9b-it"
|
8 |
+
#model = "google/gemma-2-2b-it"
|
9 |
client = InferenceClient(model)
|
10 |
|
11 |
def fn(
|