Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
| 4 |
import random
|
| 5 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
| 6 |
|
| 7 |
-
models=[
|
| 8 |
"google/gemma-7b",
|
| 9 |
"google/gemma-7b-it",
|
| 10 |
"google/gemma-2b",
|
|
@@ -15,7 +15,7 @@ InferenceClient(models[0]),
|
|
| 15 |
InferenceClient(models[1]),
|
| 16 |
InferenceClient(models[2]),
|
| 17 |
InferenceClient(models[3]),
|
| 18 |
-
]
|
| 19 |
|
| 20 |
|
| 21 |
models=[
|
|
|
|
| 4 |
import random
|
| 5 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
| 6 |
|
| 7 |
+
'''models=[
|
| 8 |
"google/gemma-7b",
|
| 9 |
"google/gemma-7b-it",
|
| 10 |
"google/gemma-2b",
|
|
|
|
| 15 |
InferenceClient(models[1]),
|
| 16 |
InferenceClient(models[2]),
|
| 17 |
InferenceClient(models[3]),
|
| 18 |
+
]'''
|
| 19 |
|
| 20 |
|
| 21 |
models=[
|