Spaces:
Runtime error
Runtime error
removing share for commit to spaces
Browse files
app.py
CHANGED
|
@@ -704,5 +704,5 @@ R2P2 provides more information about each reviewer. Given a paper and a reviewer
|
|
| 704 |
)
|
| 705 |
|
| 706 |
if __name__ == "__main__":
|
| 707 |
-
|
| 708 |
-
demo.queue().launch(share=True) # add ?__theme=light to force light mode
|
|
|
|
| 704 |
)
|
| 705 |
|
| 706 |
if __name__ == "__main__":
|
| 707 |
+
demo.queue().launch()) # add ?__theme=light to force light mode
|
| 708 |
+
#demo.queue().launch(share=True) # add ?__theme=light to force light mode
|