summaryrefslogtreecommitdiffstats
path: root/g4f/gui/__init__.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-10 00:47:58 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-10 00:47:58 +0200
commite05987ace34b3db38d3849f7c33405bcc7e50ee9 (patch)
tree66259762fb0f2cd5eb470d0bfa9ed5ee03663809 /g4f/gui/__init__.py
parent~ (diff)
downloadgpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar.gz
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar.bz2
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar.lz
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar.xz
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.tar.zst
gpt4free-e05987ace34b3db38d3849f7c33405bcc7e50ee9.zip
Diffstat (limited to 'g4f/gui/__init__.py')
-rw-r--r--g4f/gui/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/__init__.py b/g4f/gui/__init__.py
index 90a6c7a6..48b78881 100644
--- a/g4f/gui/__init__.py
+++ b/g4f/gui/__init__.py
@@ -16,7 +16,7 @@ def run_gui(host: str = '0.0.0.0', port: int = 80, debug: bool = False) -> None:
view_func = site.routes[route]['function'],
methods = site.routes[route]['methods'],
)
-
+
backend_api = Backend_Api(app)
for route in backend_api.routes:
app.add_url_rule(