add code
Browse files
app.py
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
title = 'clyde'
|
3 |
-
text_ = "Che: Hey, are you done with POC?
|
4 |
-
Ayo: No not yet
|
5 |
-
Ayo: I am currently building a front end for it.
|
6 |
Ayo: Give me a few days
|
7 |
-
Ayo:I will put it together
|
8 |
Che: Damn, hope it will not take too long
|
9 |
Ayo: No
|
10 |
Che: If you say so..
|
@@ -12,7 +10,7 @@ Che: Keep me updated
|
|
12 |
Ayo: Okay🙂
|
13 |
Che: Not happy, but it’s alright
|
14 |
Che: Bye
|
15 |
-
Ayo: Bye bye
|
16 |
interface = gr.Interface.load("huggingface/Ayoola/clyde",
|
17 |
title = title,
|
18 |
theme = "peach",
|
|
|
1 |
import gradio as gr
|
2 |
title = 'clyde'
|
3 |
+
text_ = """Che: Hey, are you done with POC? Ayo: No not yet Ayo: I am currently building a front end for it.
|
|
|
|
|
4 |
Ayo: Give me a few days
|
5 |
+
Ayo: I will put it together
|
6 |
Che: Damn, hope it will not take too long
|
7 |
Ayo: No
|
8 |
Che: If you say so..
|
|
|
10 |
Ayo: Okay🙂
|
11 |
Che: Not happy, but it’s alright
|
12 |
Che: Bye
|
13 |
+
Ayo: Bye bye."""
|
14 |
interface = gr.Interface.load("huggingface/Ayoola/clyde",
|
15 |
title = title,
|
16 |
theme = "peach",
|
gr
ADDED
File without changes
|