Update app.py
Browse files
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,
|