Spaces:
Build error
Build error
AppleBotzz
commited on
Commit
•
979dd72
1
Parent(s):
bac5cfa
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,7 @@ with gr.Blocks() as demo:
|
|
237 |
#Text explaining that you can use the API key from the Anthropic API or the OpenAI API
|
238 |
gr.Markdown("You can use the API key from the Anthropic API or the OpenAI API. The API key should start with 'sk-ant-' for Anthropic or 'sk-' for OpenAI.")
|
239 |
gr.Markdown("Please Note: If you use a proxy it must support the OpenAI or Anthropic standard api calls! khanon does, Openrouter based ones usually do not.")
|
|
|
240 |
with gr.Tab("JSON Generate"):
|
241 |
with gr.Row():
|
242 |
with gr.Column():
|
|
|
237 |
#Text explaining that you can use the API key from the Anthropic API or the OpenAI API
|
238 |
gr.Markdown("You can use the API key from the Anthropic API or the OpenAI API. The API key should start with 'sk-ant-' for Anthropic or 'sk-' for OpenAI.")
|
239 |
gr.Markdown("Please Note: If you use a proxy it must support the OpenAI or Anthropic standard api calls! khanon does, Openrouter based ones usually do not.")
|
240 |
+
gr.Markdown("Generating images locally and want to use the prompts from here in your workflow? https://github.com/AppleBotzz/ComfyUI_LLMVISION")
|
241 |
with gr.Tab("JSON Generate"):
|
242 |
with gr.Row():
|
243 |
with gr.Column():
|