dgarrett-synaptics commited on
Commit
11ab83c
·
verified ·
1 Parent(s): 979c224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_oauth_info(profile: gr.OAuthProfile | None, oauth_token: gr.OAuthToken |
28
  def compile_model(model_name):
29
 
30
  # Run the comparison
31
- mode = 'hello_world.tflite'
32
  out_dir = './tmp'
33
 
34
 
 
28
  def compile_model(model_name):
29
 
30
  # Run the comparison
31
+ model = 'hello_world.tflite'
32
  out_dir = './tmp'
33
 
34