Anusha0712 commited on
Commit
19edfd3
Β·
verified Β·
1 Parent(s): 3ea52b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def classify_menu(menu_items):
33
  output += "πŸ– Meat Options:\n" + "\n".join(meat_items)
34
 
35
  return output
36
-
37
 
38
  iface = gr.Interface(fn=classify_menu, inputs=gr.Textbox(
39
  lines=8,
 
33
  output += "πŸ– Meat Options:\n" + "\n".join(meat_items)
34
 
35
  return output
 
36
 
37
  iface = gr.Interface(fn=classify_menu, inputs=gr.Textbox(
38
  lines=8,