rendy-ad89 commited on
Commit
d220d8d
1 Parent(s): 0476014
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ def predict(text):
50
  idx = i
51
  return get_nth_key(label_dict, idx)
52
 
53
- iface = gr.Interface(fn=predict, inputs="text", outputs="text")
54
  iface.launch()
 
50
  idx = i
51
  return get_nth_key(label_dict, idx)
52
 
53
+ iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Prediksi Putusan Pengadilan")
54
  iface.launch()