Update webui.py
Browse filesclosed the st.download paranthesis
webui.py
CHANGED
@@ -103,7 +103,7 @@ with st.container():
|
|
103 |
st.download_button(
|
104 |
"Download Result", # Translated
|
105 |
f,
|
106 |
-
file_name=os.path.basename(output_path)
|
107 |
except Exception as e:
|
108 |
st.error(f"Error: {str(e)}")
|
109 |
elif generate_btn:
|
|
|
103 |
st.download_button(
|
104 |
"Download Result", # Translated
|
105 |
f,
|
106 |
+
file_name=os.path.basename(output_path))
|
107 |
except Exception as e:
|
108 |
st.error(f"Error: {str(e)}")
|
109 |
elif generate_btn:
|