Manu commited on
Commit
0a5d7f7
·
1 Parent(s): 99c153c

update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -51,8 +51,13 @@ def segment_gradio_image(api_token, model, image):
51
 
52
 
53
  with gr.Blocks() as demo:
54
- gr.Markdown("# Segment Image")
55
- gr.Markdown("Upload an image and let the model segment it.")
 
 
 
 
 
56
 
57
  with gr.Row():
58
  api_token = gr.Textbox(
 
51
 
52
 
53
  with gr.Blocks() as demo:
54
+ gr.Markdown("# Manu Panoptic Segmentation demo with Hugging Face v0.1 🤗")
55
+
56
+ gr.Markdown("You can use the default model or enter your own model.")
57
+ gr.Markdown("You can use the default image or upload your own image.")
58
+ gr.Markdown("You can get your API token from your Hugging Face account.")
59
+ gr.Markdown("You can find more models at https://huggingface.co/models")
60
+ gr.Markdown("You can find more images at https://unsplash.com/")
61
 
62
  with gr.Row():
63
  api_token = gr.Textbox(