Scezui commited on
Commit
4ed9a8e
2 Parent(s): 73df5a3 c71b830

Merge branch 'main' of https://huggingface.co/spaces/ExCeipt/ExCeipt

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ def upload_files():
102
  return render_template('index.html')
103
 
104
 
 
105
  def make_predictions(image_paths):
106
  # temp = None
107
  try:
 
102
  return render_template('index.html')
103
 
104
 
105
+ from pathlib import Path
106
  def make_predictions(image_paths):
107
  # temp = None
108
  try: