ffreemt
commited on
Commit
·
da466e7
1
Parent(s):
bfeba31
Update
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ debug = True
|
|
89 |
share = True
|
90 |
ssr = True
|
91 |
GradioUI(agent).launch(
|
92 |
-
debug=debug,
|
93 |
share=share,
|
94 |
ssr=ssr,
|
95 |
)
|
|
|
89 |
share = True
|
90 |
ssr = True
|
91 |
GradioUI(agent).launch(
|
92 |
+
# debug=debug,
|
93 |
share=share,
|
94 |
ssr=ssr,
|
95 |
)
|