Removing changed src
This commit is contained in:
@@ -94,8 +94,6 @@ def create_text2music_ui(
|
|||||||
):
|
):
|
||||||
|
|
||||||
with gr.Row(equal_height=True):
|
with gr.Row(equal_height=True):
|
||||||
# curr_file_dir = os.path.dirname(__file__) # Original path logic
|
|
||||||
# output_file_dir = os.path.join(curr_file_dir, "..", "..", "outputs") # Original path logic
|
|
||||||
# Get base output directory from environment variable, defaulting to CWD-relative 'outputs'.
|
# Get base output directory from environment variable, defaulting to CWD-relative 'outputs'.
|
||||||
# This default (./outputs) is suitable for non-Docker local development.
|
# This default (./outputs) is suitable for non-Docker local development.
|
||||||
# For Docker, the ACE_OUTPUT_DIR environment variable should be set (e.g., to /app/outputs).
|
# For Docker, the ACE_OUTPUT_DIR environment variable should be set (e.g., to /app/outputs).
|
||||||
|
|||||||
Reference in New Issue
Block a user