change pass to return keyword
Browse files
webgui.py
CHANGED
@@ -201,7 +201,7 @@ class KudasaiGUI:
|
|
201 |
|
202 |
## we don't want to store api keys in hugging space
|
203 |
if(FileEnsurer.is_hugging_space()):
|
204 |
-
|
205 |
|
206 |
method_to_path = {
|
207 |
"openai": FileEnsurer.openai_api_key_path,
|
|
|
201 |
|
202 |
## we don't want to store api keys in hugging space
|
203 |
if(FileEnsurer.is_hugging_space()):
|
204 |
+
return
|
205 |
|
206 |
method_to_path = {
|
207 |
"openai": FileEnsurer.openai_api_key_path,
|