Natwar commited on
Commit
7892890
·
verified ·
1 Parent(s): b360b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1204,6 +1204,6 @@ if __name__ == "__main__":
1204
 
1205
  # MODIFIED: Only one .launch() call is made, using the credentials from the secrets.
1206
  # Removed share=True and debug=True as they are not needed on Spaces.
1207
- interface.launch(auth=(gradio_user, gradio_pass), share=True, , ssr_mode=False)
1208
 
1209
  print("✅ Unified blog generator launched!")
 
1204
 
1205
  # MODIFIED: Only one .launch() call is made, using the credentials from the secrets.
1206
  # Removed share=True and debug=True as they are not needed on Spaces.
1207
+ interface.launch(auth=(gradio_user, gradio_pass), share=True, ssr_mode=False)
1208
 
1209
  print("✅ Unified blog generator launched!")