achouffe commited on
Commit
57edd04
·
verified ·
1 Parent(s): 197814f

feat: remove title

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -4,7 +4,7 @@ Gradio app to showcase the bear face recognition model.
4
 
5
  import uuid
6
  from pathlib import Path
7
- from typing import Any, Tuple
8
 
9
  import gradio as gr
10
  from PIL import Image
@@ -119,9 +119,6 @@ image_filepaths = examples(dir_examples=DIR_EXAMPLES)
119
  default_value_input = Image.open(image_filepaths[DEFAULT_IMAGE_INDEX])
120
 
121
  with gr.Blocks() as demo:
122
- gr.HTML(
123
- '<h1 style="text-align: center; margin-bottom: 1rem">ML model for bear face recognition 🐻</h1>'
124
- )
125
  with gr.Row():
126
  with gr.Column():
127
  image_input = gr.Image(
 
4
 
5
  import uuid
6
  from pathlib import Path
7
+ from typing import Any
8
 
9
  import gradio as gr
10
  from PIL import Image
 
119
  default_value_input = Image.open(image_filepaths[DEFAULT_IMAGE_INDEX])
120
 
121
  with gr.Blocks() as demo:
 
 
 
122
  with gr.Row():
123
  with gr.Column():
124
  image_input = gr.Image(