NikhilJoson commited on
Commit
b1be5e0
·
verified ·
1 Parent(s): 561a9b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ def reveal_answer():
68
 
69
  # Create the Gradio interface
70
  with gr.Blocks(theme=gr.themes.Ocean()) as demo:
71
- gr.Markdown("# 🎭 Guess the Celebrity Game!")
72
- gr.Markdown("Can you identify the celebrity as the image becomes clearer?")
73
 
74
  with gr.Row():
75
  pixelated_image = gr.Image(type="pil", label="Pixelated Image")
 
68
 
69
  # Create the Gradio interface
70
  with gr.Blocks(theme=gr.themes.Ocean()) as demo:
71
+ gr.Markdown("# 🎭 Guess the Cartoon Characters Game!")
72
+ gr.Markdown("Can you identify the Cartoon Characters as the image becomes clearer?")
73
 
74
  with gr.Row():
75
  pixelated_image = gr.Image(type="pil", label="Pixelated Image")