mohsenfayyaz commited on
Commit
18afad1
·
verified ·
1 Parent(s): ff37794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,7 +82,8 @@ demo = gr.Interface(
82
  ],
83
  live=True,
84
  flagging_options=[],
85
- css=".plotcss {max-width: 820px !important;}"
 
86
  )
87
 
88
  if __name__ == "__main__":
 
82
  ],
83
  live=True,
84
  flagging_options=[],
85
+ css=".plotcss {max-width: 820px !important;}",
86
+ delete_cache=(1, 1)
87
  )
88
 
89
  if __name__ == "__main__":