raannakasturi commited on
Commit
308234f
·
1 Parent(s): 36da2c6

Update .gitignore to exclude output files and add blackbox.json; enable sharing in app launch

Browse files
Files changed (3) hide show
  1. .gitignore +2 -2
  2. app.py +1 -1
  3. har_and_cookies/blackbox.json +1 -0
.gitignore CHANGED
@@ -2,6 +2,6 @@ __pycache__
2
  .env
3
  /downloads
4
  *.html
5
- /har*
6
- *.json
7
  test*
 
2
  .env
3
  /downloads
4
  *.html
5
+ .gradio
6
+ output.json
7
  test*
app.py CHANGED
@@ -64,4 +64,4 @@ with gr.Blocks(theme=theme, title="ReXplore Summarizer", fill_height=True) as ap
64
  )
65
  clear_btn.click(clear_everything, inputs=[url, title, id, citation, raw_data, summary, mindmap, access_key], outputs=[url, id, raw_data, summary, mindmap, access_key], show_api=False)
66
 
67
- app.queue(default_concurrency_limit=25).launch(show_api=True, ssr_mode=False)
 
64
  )
65
  clear_btn.click(clear_everything, inputs=[url, title, id, citation, raw_data, summary, mindmap, access_key], outputs=[url, id, raw_data, summary, mindmap, access_key], show_api=False)
66
 
67
+ app.queue(default_concurrency_limit=25).launch(show_api=True, ssr_mode=False, share=True)
har_and_cookies/blackbox.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validated_value": "00f37b34-a166-4efb-bce5-1312d87f2f94"}