testSumm / app.py
Ayoola's picture
Add application file
eaa2fa0
raw
history blame
478 Bytes
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, but it’s alright
Che: Bye
Ayo: Bye bye "
interface = gr.Interface.load("huggingface/Ayoola/clyde",
title = title,
theme = "peach",
examples = [[text_]]).launch()