ford442 commited on
Commit
cd571a4
·
verified ·
1 Parent(s): 47bdecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ def generate_90(
387
  return [unique_name]
388
 
389
  '''
390
- pyx = cyper.inline(code, fast_indexing=True, directives=dict(boundscheck=False, wraparound=False, language_level=3))
391
 
392
  def load_predefined_images1():
393
  predefined_images1 = [
 
387
  return [unique_name]
388
 
389
  '''
390
+ pyx = cyper.inline(code, fast_indexing=True, directives=dict(boundscheck=False, wraparound=False, infer_types=True, cdivision=True, language_level=3))
391
 
392
  def load_predefined_images1():
393
  predefined_images1 = [