import gradio as gr | |
title = 'clyde' | |
text_ = """Che: Hey, are you done with POC? Ayo: No not yet Ayo: I am currently building a front end for it. | |
Ayo: Give me a few days | |
Ayo: I will put it together | |
Che: Damn, hope it will not take too long | |
Ayo: No | |
Che: If you say so.. | |
Che: Keep me updated | |
Ayo: Okay🙂 | |
Che: Not happy bro, but it’s alright | |
Che: Bye | |
Ayo: Bye-bye.""" | |
interface = gr.Interface.load("huggingface/Ayoola/clyde", | |
title = title, | |
theme = "default", | |
examples = [[text_]]).launch(share=True) |