alx-d commited on
Commit
0f3346d
·
1 Parent(s): 86c024b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. longevity.py +1 -1
longevity.py CHANGED
@@ -78,4 +78,4 @@ iface = gr.Interface(fn=data_querying,
78
 
79
  #passes in data directory
80
  index = data_ingestion_indexing("longevity")
81
- iface.launch(share=True)
 
78
 
79
  #passes in data directory
80
  index = data_ingestion_indexing("longevity")
81
+ iface.launch(inline=True)