Attend-and-Excite commited on
Commit
38a02d4
1 Parent(s): 779acf3

test adding new example

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -75,6 +75,18 @@ with gr.Blocks(css='style.css') as demo:
75
 
76
  with gr.Row():
77
  examples = [
 
 
 
 
 
 
 
 
 
 
 
 
78
  [
79
  'A horse and a dog',
80
  '2,5',
 
75
 
76
  with gr.Row():
77
  examples = [
78
+ [
79
+ 'A mouse and a red car',
80
+ '2,6',
81
+ 2098,
82
+ True,
83
+ ],
84
+ [
85
+ 'A mouse and a red car',
86
+ '2,6',
87
+ 2098,
88
+ False,
89
+ ],
90
  [
91
  'A horse and a dog',
92
  '2,5',