aigos commited on
Commit
2ae31dc
·
verified ·
1 Parent(s): 094e8f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,7 +123,7 @@ def main():
123
  cache_examples=True,
124
  )
125
 
126
- demo.launch(debug=True)
127
-
128
  if __name__ == "__main__":
129
  main()
 
123
  cache_examples=True,
124
  )
125
 
126
+ demo.launch(debug=True, ssr_mode=False)
127
+
128
  if __name__ == "__main__":
129
  main()