Update app.py
Browse files
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__":
|