Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,9 @@ additional_inputs = [
|
|
32 |
gr.Number(precision=0, value=0, label="Seed", info="A starting point to initiate generation, use 0 for random")
|
33 |
]
|
34 |
|
35 |
-
example1 = [
|
|
|
|
|
36 |
|
37 |
# Create the Gradio interface
|
38 |
interface = gr.ChatInterface(
|
|
|
32 |
gr.Number(precision=0, value=0, label="Seed", info="A starting point to initiate generation, use 0 for random")
|
33 |
]
|
34 |
|
35 |
+
example1 = [
|
36 |
+
["Who are you?"],
|
37 |
+
]
|
38 |
|
39 |
# Create the Gradio interface
|
40 |
interface = gr.ChatInterface(
|