Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def main():
|
|
175 |
GradioUI(agent).launch(
|
176 |
#debug=config.debug,
|
177 |
#share=config.share,
|
178 |
-
ssr=config.ssr,
|
179 |
)
|
180 |
except Exception as e:
|
181 |
logger.critical(f"Failed to launch UI: {e}")
|
|
|
175 |
GradioUI(agent).launch(
|
176 |
#debug=config.debug,
|
177 |
#share=config.share,
|
178 |
+
#ssr=config.ssr,
|
179 |
)
|
180 |
except Exception as e:
|
181 |
logger.critical(f"Failed to launch UI: {e}")
|