Helder Rodrigues commited on
Commit
384d670
1 Parent(s): 91cece3

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  description = "TWIX - Alexa Taskbot Challenge"
4
- title = "Identify ingredients to add and remove"
5
  examples = [["lobster is good and fish isn't"],["I want a tomatoes pizza with banana and no ham"]]
6
 
7
  interface = gr.Interface.load("huggingface/harr/distilbert-base-uncased-finetuned-ingredients",
 
1
  import gradio as gr
2
 
3
  description = "TWIX - Alexa Taskbot Challenge"
4
+ title = "Identify ingredients to add and remove v2"
5
  examples = [["lobster is good and fish isn't"],["I want a tomatoes pizza with banana and no ham"]]
6
 
7
  interface = gr.Interface.load("huggingface/harr/distilbert-base-uncased-finetuned-ingredients",