Add application file
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ Che: Keep me updated
|
|
12 |
Ayo: Okay🙂
|
13 |
Che: Not happy, but it’s alright
|
14 |
Che: Bye
|
15 |
-
Ayo: Bye bye "
|
|
|
16 |
title = title,
|
17 |
theme = "peach",
|
18 |
examples = [[text_]]).launch()
|
|
|
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",
|
19 |
examples = [[text_]]).launch()
|