Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
-
|
4 |
models=[
|
5 |
"google/gemma-7b",
|
6 |
"google/gemma-7b-it",
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
import random
|
4 |
models=[
|
5 |
"google/gemma-7b",
|
6 |
"google/gemma-7b-it",
|