2006elad commited on
Commit
741c4df
·
1 Parent(s): 8c382ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,8 +67,7 @@ iface = gr.Interface(
67
  inputs="text",
68
  outputs="text",
69
  title="Recipe Generation",
70
- description="Generate a recipe based on an input text.",
71
- api_name="/predict" # Set the named endpoint to /predict
72
  )
73
 
74
  if __name__ == "__main__":
 
67
  inputs="text",
68
  outputs="text",
69
  title="Recipe Generation",
70
+ description="Generate a recipe based on an input text."
 
71
  )
72
 
73
  if __name__ == "__main__":