Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from gradio_client import Client
|
3 |
from huggingface_hub import InferenceClient
|
|
|
4 |
|
5 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
from gradio_client import Client
|
3 |
from huggingface_hub import InferenceClient
|
4 |
+
import random # Add this line to import the random module
|
5 |
|
6 |
ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
7 |
|