Spaces:
Paused
Paused
dtrejopizzo
commited on
Commit
·
b8f6b35
1
Parent(s):
f2d6127
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(fn=chatbot,
|
|
36 |
title="Demo Galicia")
|
37 |
|
38 |
# rebuild storage context
|
39 |
-
storage_context = StorageContext.from_defaults(
|
40 |
# load index
|
41 |
index = load_index_from_storage(storage_context)
|
42 |
iface.launch(share=True, debug=True)
|
|
|
36 |
title="Demo Galicia")
|
37 |
|
38 |
# rebuild storage context
|
39 |
+
storage_context = StorageContext.from_defaults()
|
40 |
# load index
|
41 |
index = load_index_from_storage(storage_context)
|
42 |
iface.launch(share=True, debug=True)
|