yizhangliu commited on
Commit
53c5d04
·
1 Parent(s): 6717f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,7 +428,7 @@ def read_content(file_path):
428
 
429
  return content
430
 
431
- image_type = 'pil' #'filepath' #'pil'
432
  def predict(input):
433
  print(f'liuyz_0_', input)
434
  '''
 
428
 
429
  return content
430
 
431
+ image_type = 'filepath' #'pil'
432
  def predict(input):
433
  print(f'liuyz_0_', input)
434
  '''