MPCIRCLE commited on
Commit
c026f7e
Β·
verified Β·
1 Parent(s): cecc1c6

Update webui.py

Browse files

closed the st.download paranthesis

Files changed (1) hide show
  1. webui.py +1 -1
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: