OzoneAsai commited on
Commit
e2993af
1 Parent(s): 3000f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,8 +26,9 @@ print("done")
26
  print("[6/7] Importing transformers...", end=" ", flush=True)
27
  from transformers import pipeline
28
  print("done")
 
29
  def do_nothing():
30
- return none
31
  def extract_zip_to_temp(zip_file_path, temp_folder):
32
  with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
33
  zip_ref.extractall(temp_folder)
 
26
  print("[6/7] Importing transformers...", end=" ", flush=True)
27
  from transformers import pipeline
28
  print("done")
29
+ Ah=None
30
  def do_nothing():
31
+ return None
32
  def extract_zip_to_temp(zip_file_path, temp_folder):
33
  with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
34
  zip_ref.extractall(temp_folder)