ffreemt
commited on
Commit
·
622285d
1
Parent(s):
da466e7
Update
Browse files
app.py
CHANGED
@@ -85,11 +85,11 @@ agent = CodeAgent(
|
|
85 |
prompt_templates=prompt_templates,
|
86 |
)
|
87 |
|
88 |
-
debug = True
|
89 |
-
share = True
|
90 |
ssr = True
|
91 |
GradioUI(agent).launch(
|
92 |
-
# debug=debug,
|
93 |
-
share=share,
|
94 |
-
ssr=ssr,
|
95 |
)
|
|
|
85 |
prompt_templates=prompt_templates,
|
86 |
)
|
87 |
|
88 |
+
# debug = True
|
89 |
+
# share = True
|
90 |
ssr = True
|
91 |
GradioUI(agent).launch(
|
92 |
+
# debug=debug, # already set in GradioUI
|
93 |
+
# share=share,
|
94 |
+
# ssr=ssr,
|
95 |
)
|