mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +03:00
commit
4086f5b365
@ -10,11 +10,9 @@ from functools import partial
|
||||
try:
|
||||
import webview
|
||||
import platformdirs
|
||||
except ImportError:
|
||||
...
|
||||
try:
|
||||
from plyer import camera
|
||||
from plyer import filechooser
|
||||
app_storage_path = platformdirs.user_pictures_dir
|
||||
has_plyer = True
|
||||
except ImportError:
|
||||
has_plyer = False
|
||||
@ -28,7 +26,6 @@ try:
|
||||
has_android = True
|
||||
except ImportError:
|
||||
run_on_ui_thread = lambda a : a
|
||||
app_storage_path = platformdirs.user_pictures_dir
|
||||
user_select_image = partial(
|
||||
filechooser.open_file,
|
||||
path=platformdirs.user_pictures_dir(),
|
||||
|
Loading…
Reference in New Issue
Block a user