SIGMitch commited on
Commit
43c2250
·
verified ·
1 Parent(s): e05c95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def submit_task(image_path: str):
51
  'images': (os.path.basename(image_path), image_data, 'image/jpeg')
52
  }
53
 
54
- # Set the tier to Rodin Regular
55
  data = {
56
  'tier': 'Regular'
57
  }
 
51
  'images': (os.path.basename(image_path), image_data, 'image/jpeg')
52
  }
53
 
54
+
55
  data = {
56
  'tier': 'Regular'
57
  }