npc0 commited on
Commit
b512500
·
verified ·
1 Parent(s): 4967799

ssr_mode=False

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -210,7 +210,6 @@ if __name__ == "__main__":
210
  auth=authenticate,
211
  auth_message="Please log in to access BookSum Beta",
212
  share=False,
213
- server_name="0.0.0.0",
214
- server_port=7860,
215
  show_error=True
216
  )
 
210
  auth=authenticate,
211
  auth_message="Please log in to access BookSum Beta",
212
  share=False,
213
+ ssr_mode=False,
 
214
  show_error=True
215
  )