Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def wrap_text(text, width=90):
|
|
12 |
wrapped_text = '\n'.join(wrapped_lines)
|
13 |
return wrapped_text
|
14 |
|
15 |
-
def multimodal_prompt(user_input, system_prompt
|
16 |
"""
|
17 |
Generates text using a large language model, given a user input and a system prompt.
|
18 |
Args:
|
|
|
12 |
wrapped_text = '\n'.join(wrapped_lines)
|
13 |
return wrapped_text
|
14 |
|
15 |
+
def multimodal_prompt(user_input, system_prompt):
|
16 |
"""
|
17 |
Generates text using a large language model, given a user input and a system prompt.
|
18 |
Args:
|