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