Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,6 @@ def generate(message, history, model, system_prompt,
|
|
40 |
|
41 |
|
42 |
chat_interface = gr.ChatInterface(
|
43 |
-
multimodal=True,
|
44 |
title='💬 Private ChatGPT',
|
45 |
description='Chat with OpenAI models using their official API. OpenAI <a href="https://platform.openai.com/docs/concepts">promises</a> not to train on input or output of API calls.',
|
46 |
fn=generate,
|
|
|
40 |
|
41 |
|
42 |
chat_interface = gr.ChatInterface(
|
|
|
43 |
title='💬 Private ChatGPT',
|
44 |
description='Chat with OpenAI models using their official API. OpenAI <a href="https://platform.openai.com/docs/concepts">promises</a> not to train on input or output of API calls.',
|
45 |
fn=generate,
|