Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,9 +3,9 @@ from gradio_client import Client
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
import random
|
| 5 |
from datetime import datetime
|
| 6 |
-
from models import models
|
| 7 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
| 8 |
-
|
| 9 |
models=[
|
| 10 |
"google/gemma-7b",
|
| 11 |
"google/gemma-7b-it",
|
|
@@ -16,7 +16,7 @@ models=[
|
|
| 16 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 17 |
"JunRyeol/jr_model",
|
| 18 |
]
|
| 19 |
-
|
| 20 |
|
| 21 |
|
| 22 |
def test_models():
|
|
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
import random
|
| 5 |
from datetime import datetime
|
| 6 |
+
#from models import models
|
| 7 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
| 8 |
+
|
| 9 |
models=[
|
| 10 |
"google/gemma-7b",
|
| 11 |
"google/gemma-7b-it",
|
|
|
|
| 16 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 17 |
"JunRyeol/jr_model",
|
| 18 |
]
|
| 19 |
+
|
| 20 |
|
| 21 |
|
| 22 |
def test_models():
|