Upload folder using huggingface_hub
Browse files- 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(
|
|
|
78 |
|
79 |
#passes in data directory
|
80 |
index = data_ingestion_indexing("longevity")
|
81 |
+
iface.launch(inline=True)
|