masharpe commited on
Commit
39e4f73
·
1 Parent(s): 161f387

Another example

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -174,6 +174,7 @@ demo = gr.Interface(
174
 
175
  [48, 8, 'Calculate 3 + 4', 'Calculate 3 + 5'],
176
  [48, 8, "What's the capital of Canada?", "What's the capital of France?"],
 
177
  ],
178
  # In HuggingFace Spaces, this defaults to true, which makes startup
179
  # take a very long time.
 
174
 
175
  [48, 8, 'Calculate 3 + 4', 'Calculate 3 + 5'],
176
  [48, 8, "What's the capital of Canada?", "What's the capital of France?"],
177
+ [48, 8, "1 3 5. What number is next?", "4 5 6. What number is next?"],
178
  ],
179
  # In HuggingFace Spaces, this defaults to true, which makes startup
180
  # take a very long time.