mishig HF staff commited on
Commit
64be881
·
1 Parent(s): 5e42fb5

fix process examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ examples = [
124
 
125
 
126
  def process_example(args):
127
- for x in generate(args):
128
  pass
129
  return x
130
 
 
124
 
125
 
126
  def process_example(args):
127
+ for x in generate_both(args):
128
  pass
129
  return x
130