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 |
import os
|
6 |
#ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
7 |
-
token = os.getenv(
|
8 |
models_og=[
|
9 |
"google/gemma-7b",
|
10 |
"google/gemma-7b-it",
|
|
|
4 |
import random
|
5 |
import os
|
6 |
#ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
7 |
+
token = os.getenv("HF_TOKEN")
|
8 |
models_og=[
|
9 |
"google/gemma-7b",
|
10 |
"google/gemma-7b-it",
|