Ayoola commited on
Commit
26a3221
·
1 Parent(s): 9c45a80

Add application file

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -1,7 +1,7 @@
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
@@ -12,12 +12,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",
19
- examples = [[text_]]).launch()."
20
- interface = gr.Interface.load("huggingface/Ayoola/clyde",
21
  title = title,
22
  theme = "peach",
23
  examples = [[text_]]).launch()
 
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
 
12
  Ayo: Okay🙂
13
  Che: Not happy, but it’s alright
14
  Che: Bye
15
+ Ayo: Bye bye "interface = gr.Interface.load("huggingface/Ayoola/clyde",
 
 
 
 
 
16
  title = title,
17
  theme = "peach",
18
  examples = [[text_]]).launch()