danielritchie commited on
Commit
103ed1e
1 Parent(s): 248ba11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -2,13 +2,9 @@ import gradio as gr
2
 
3
 
4
  title="Recipe-O-Matic"
5
-
6
  description="Select a Category, enter a Topic, and click Submit to find out how generative Yo Momma is.<br><br>You can also try selecting one of the supplied examples.",
7
-
8
  examples = [["eggs potatoes"]]
9
-
10
- outputs=gr.components.Textbox(label=""),
11
-
12
 
13
  gr.Interface.load("models/flax-community/t5-recipe-generation",
14
  title=title,
@@ -19,5 +15,5 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
19
  #theme="finlaymacklon/boxy_violet",
20
  #theme="freddyaboulton/dracula_revamped",
21
  #theme="abidlabs/pakistan",
22
- theme="gradio/glass",
23
  ).launch()
 
2
 
3
 
4
  title="Recipe-O-Matic"
 
5
  description="Select a Category, enter a Topic, and click Submit to find out how generative Yo Momma is.<br><br>You can also try selecting one of the supplied examples.",
 
6
  examples = [["eggs potatoes"]]
7
+ outputs=gr.components.Textbox(label="lols"),
 
 
8
 
9
  gr.Interface.load("models/flax-community/t5-recipe-generation",
10
  title=title,
 
15
  #theme="finlaymacklon/boxy_violet",
16
  #theme="freddyaboulton/dracula_revamped",
17
  #theme="abidlabs/pakistan",
18
+ theme="gradio/glass"
19
  ).launch()