Rijgersberg commited on
Commit
5e429c1
·
verified ·
1 Parent(s): 3af3a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,