Spaces:
Running
Running
ssr_mode=False
Browse files
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 |
-
|
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 |
)
|