alrab222 commited on
Commit
010b144
1 Parent(s): fcee6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -23,6 +23,9 @@ def inference(gr_input):
23
 
24
 
25
  inputs = gr.inputs.Image()
26
-
 
 
 
27
  interface = gr.Interface(fn=inference, inputs=inputs, outputs="text")
28
  interface.launch()
 
23
 
24
 
25
  inputs = gr.inputs.Image()
26
+ gr.Markdown(
27
+ "# <center> デレマス画像分類器\n"
28
+ "## <center> シンデレラガールズのキャラの画像を貼ると、機械学習で判別できるモデルです\n"
29
+ )
30
  interface = gr.Interface(fn=inference, inputs=inputs, outputs="text")
31
  interface.launch()