Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,8 @@ import gradio as gr
|
|
| 2 |
import random
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
-
client = InferenceClient("
|
|
|
|
| 6 |
# Change the model
|
| 7 |
|
| 8 |
|
|
|
|
| 2 |
import random
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
+
client = InferenceClient("google/gemma-3-27b-it")
|
| 6 |
+
#Deepseek was more
|
| 7 |
# Change the model
|
| 8 |
|
| 9 |
|