Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from gradio_client import Client
|
3 |
from huggingface_hub import InferenceClient
|
4 |
import random
|
|
|
5 |
#ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
6 |
token = os.getenv(["HF_TOKEN"])
|
7 |
models_og=[
|
|
|
2 |
from gradio_client import Client
|
3 |
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(["HF_TOKEN"])
|
8 |
models_og=[
|