muddokon commited on
Commit
a476f97
·
verified ·
1 Parent(s): 6b88520

Update app.py

Browse files

Added SSR False

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ gr.Interface(fn=predict,
36
  title=title,
37
  description=description,
38
  article=article,
39
- examples=examples).launch()
 
36
  title=title,
37
  description=description,
38
  article=article,
39
+ examples=examples).launch("ssr=False")