Update webview.py

This commit is contained in:
H Lohaus 2024-04-06 16:30:35 +02:00 committed by GitHub
parent f260c3a5e8
commit 233cd9dfd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ try:
except ImportError:
has_platformdirs = False
from g4f.gui.run import gui_parser
from g4f.gui.gui_parser import gui_parser
from g4f.gui.server.api import Api
import g4f.version
import g4f.debug