Spaces:
Running
Running
fix
Browse files- anycoder_app/deploy.py +1 -1
anycoder_app/deploy.py
CHANGED
|
@@ -46,7 +46,7 @@ from .prompts import (
|
|
| 46 |
FollowUpSystemPrompt, GradioFollowUpSystemPrompt,
|
| 47 |
TransformersJSFollowUpSystemPrompt
|
| 48 |
)
|
| 49 |
-
from .docs_manager import get_comfyui_system_prompt
|
| 50 |
|
| 51 |
|
| 52 |
def check_authentication(profile: Optional[gr.OAuthProfile] = None, token: Optional[gr.OAuthToken] = None) -> Tuple[bool, str]:
|
|
|
|
| 46 |
FollowUpSystemPrompt, GradioFollowUpSystemPrompt,
|
| 47 |
TransformersJSFollowUpSystemPrompt
|
| 48 |
)
|
| 49 |
+
from .docs_manager import get_comfyui_system_prompt, update_gradio_system_prompts
|
| 50 |
|
| 51 |
|
| 52 |
def check_authentication(profile: Optional[gr.OAuthProfile] = None, token: Optional[gr.OAuthToken] = None) -> Tuple[bool, str]:
|