Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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!")
|