Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,8 +18,7 @@ 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 |
-
allow_flagging="never"
|
| 23 |
)
|
| 24 |
|
| 25 |
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 |
)
|
| 23 |
|
| 24 |
demo.queue(max_size=10).launch()
|