CoolFace
Apppublic

Ayoola/testSumm

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes
app.py17 linesDownload Raw Back to root
1import gradio as gr2title = 'clyde'3text_ = """Che: Hey, are you done with POC? Ayo: No not yet Ayo: I am currently building a front end for it.4Ayo: Give me a few days5Ayo: I will put it together6Che: Damn, hope it will not take too long7Ayo: No8Che: If you say so..9Che: Keep me updated10Ayo: Okay🙂11Che: Not happy bro, but it’s alright12Che: Bye13Ayo: Bye-bye."""14interface = gr.Interface.load("huggingface/Ayoola/clyde",15title = title,16theme = "default",17examples = [[text_]]).launch(share=True)