Update app.py
Browse files
app.py
CHANGED
@@ -173,8 +173,8 @@ def main():
|
|
173 |
# Launch the Gradio UI with configured settings
|
174 |
try:
|
175 |
GradioUI(agent).launch(
|
176 |
-
debug=config.debug,
|
177 |
-
share=config.share,
|
178 |
ssr=config.ssr,
|
179 |
)
|
180 |
except Exception as e:
|
|
|
173 |
# Launch the Gradio UI with configured settings
|
174 |
try:
|
175 |
GradioUI(agent).launch(
|
176 |
+
#debug=config.debug,
|
177 |
+
#share=config.share,
|
178 |
ssr=config.ssr,
|
179 |
)
|
180 |
except Exception as e:
|