schuldt-ogre commited on
Commit
c04d669
2 Parent(s): be8150a c25c273

set share=false

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import requests
3
  from typing import List
@@ -232,4 +234,4 @@ researcher_demo = gr.Interface(
232
 
233
  # Launch the researcher interface with a public link
234
  if __name__ == "__main__":
235
- researcher_demo.launch(share=True)
 
1
+ from pathlib import Path
2
+ import numpy as np
3
  import gradio as gr
4
  import requests
5
  from typing import List
 
234
 
235
  # Launch the researcher interface with a public link
236
  if __name__ == "__main__":
237
+ researcher_demo.launch(share=False)