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

Update app.py

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