Spaces:
Running
Running
Update app.py
Browse files
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__":
|