cyrus28214 commited on
Commit
de035a6
·
verified ·
1 Parent(s): 07aab95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,6 +100,7 @@ demo = gr.ChatInterface(
100
  "files": [ "example.png" ]
101
  }
102
  ]],
 
103
  multimodal=True,
104
  additional_inputs=[
105
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
100
  "files": [ "example.png" ]
101
  }
102
  ]],
103
+ cache_examples=False,
104
  multimodal=True,
105
  additional_inputs=[
106
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),