ClayTreeClay commited on
Commit
7e79b8f
·
1 Parent(s): 0b29d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ with gr.Blocks() as demo:
41
 
42
  identify_btn.click(gradio_interface, inputs=[image,organs_input], outputs = [best_match_text,json_text])
43
 
44
- demo.launch()
45
 
46
 
 
41
 
42
  identify_btn.click(gradio_interface, inputs=[image,organs_input], outputs = [best_match_text,json_text])
43
 
44
+ demo.launch(title="Clay&Tree PlantyAI")
45
 
46