File size: 500 Bytes
eaa2fa0
 
030380a
9c45a80
030380a
9c45a80
 
 
 
 
345410a
9c45a80
778783f
25a8589
eaa2fa0
2ec2c38
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)