osanseviero HF staff commited on
Commit
b50fa63
1 Parent(s): 4528853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -5,6 +5,11 @@ iface2 = gr.Interface.load("spaces/akhaliq/T0pp")
5
 
6
  iface3 = gr.mix.Parallel(
7
  iface1, iface2,
 
 
 
 
 
8
  theme="default",
9
  css=".footer{display:none !important}")
10
 
 
5
 
6
  iface3 = gr.mix.Parallel(
7
  iface1, iface2,
8
+ examples = [
9
+ ['Which country will win the 2002 World Cup?'],
10
+ ["A is the son's of B's uncle. What is the family relationship between A and B?"],
11
+ ["In 2030, "],
12
+ ]
13
  theme="default",
14
  css=".footer{display:none !important}")
15