Spaces:
Running
Running
Update app.py
Browse files
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"
|
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
|