Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,8 @@ demo = gr.Interface(
|
|
| 18 |
inputs=gr.Textbox(label="Hebrew comment", placeholder="ืืคืฉืจ ืืืืืืฃ ืืืื ืืฉืื ืงืืงืืก"),
|
| 19 |
outputs="json",
|
| 20 |
title="Hebrew Recipe Modification Extractor",
|
| 21 |
-
description="Extract recipe modifications from Hebrew YouTube comments"
|
|
|
|
| 22 |
)
|
| 23 |
|
| 24 |
demo.queue(max_size=10).launch()
|
|
|
|
| 18 |
inputs=gr.Textbox(label="Hebrew comment", placeholder="ืืคืฉืจ ืืืืืืฃ ืืืื ืืฉืื ืงืืงืืก"),
|
| 19 |
outputs="json",
|
| 20 |
title="Hebrew Recipe Modification Extractor",
|
| 21 |
+
description="Extract recipe modifications from Hebrew YouTube comments",
|
| 22 |
+
api_name="predict" # <--- this line forces the endpoint name
|
| 23 |
)
|
| 24 |
|
| 25 |
demo.queue(max_size=10).launch()
|