rblueeyes commited on
Commit
52155d1
·
verified ·
1 Parent(s): fb1d5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -189,7 +189,8 @@ demo = gr.Interface(
189
  gr.Number(label="Rating Usia"),
190
  gr.Textbox(label="Kategori")
191
  ],
192
- title="READEAR"
 
193
  )
194
 
195
  # ======================
 
189
  gr.Number(label="Rating Usia"),
190
  gr.Textbox(label="Kategori")
191
  ],
192
+ title="READEAR",
193
+ api_name="analyze"
194
  )
195
 
196
  # ======================