Spaces:
Running
Running
fix input
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def __(api_key, mo):
|
|
50 |
system_message="""You are a helpful assistant that can
|
51 |
parse my recipe and summarize them for me.
|
52 |
Give me a title in the first line.""",
|
53 |
-
api_key=api_key,
|
54 |
),
|
55 |
allow_attachments=["image/png", "image/jpeg"],
|
56 |
prompts=["What is the recipe?"],
|
|
|
50 |
system_message="""You are a helpful assistant that can
|
51 |
parse my recipe and summarize them for me.
|
52 |
Give me a title in the first line.""",
|
53 |
+
api_key=api_key.value,
|
54 |
),
|
55 |
allow_attachments=["image/png", "image/jpeg"],
|
56 |
prompts=["What is the recipe?"],
|