Jaward commited on
Commit
2c703fe
·
verified ·
1 Parent(s): 586f41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ def create_zip_of_files(file_paths):
409
  # Access local files
410
  def get_gradio_file_url(local_path):
411
  relative_path = os.path.relpath(local_path, os.getcwd())
412
- print(f"Relative path: {relative_path}")
413
  return f"/gradio_api/file={relative_path}"
414
 
415
  # Async generate lecture materials and audio
 
409
  # Access local files
410
  def get_gradio_file_url(local_path):
411
  relative_path = os.path.relpath(local_path, os.getcwd())
412
+ print(f"FILE PATH: {relative_path}")
413
  return f"/gradio_api/file={relative_path}"
414
 
415
  # Async generate lecture materials and audio