gheinrich commited on
Commit
ee2641c
·
verified ·
1 Parent(s): 8afe832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -161,7 +161,8 @@ demo = gr.Interface(
161
  examples=examples,
162
  outputs=outputs,
163
  title=title,
164
- description=description
 
165
  )
166
 
167
  if __name__ == "__main__":
 
161
  examples=examples,
162
  outputs=outputs,
163
  title=title,
164
+ description=description,
165
+ cache_examples=False
166
  )
167
 
168
  if __name__ == "__main__":