Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ with gr.Blocks(theme=theme) as trioGPT:
|
|
100 |
clear_btn.click(fn=clear, inputs=None, outputs=[inputs, outputs])
|
101 |
|
102 |
index = construct_index("data")
|
103 |
-
trioGPT.launch()#(share=True)
|
|
|
100 |
clear_btn.click(fn=clear, inputs=None, outputs=[inputs, outputs])
|
101 |
|
102 |
index = construct_index("data")
|
103 |
+
trioGPT.launch()#(share=True)
|