DanielDDDS commited on
Commit
66f891c
ยท
verified ยท
1 Parent(s): e00129e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()