jchen8000 commited on
Commit
cb90804
·
verified ·
1 Parent(s): cad7c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 = [[Who are you?]]
 
 
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(