File size: 91 Bytes
3b6b598
 
 
5e075d0
1
2
3
4
from gui.gui_gradio import ShortGptUI

app = ShortGptUI(colab=False)
app.launch(share=True)