Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
72 |
-
gr.Markdown("Can you identify the
|
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")
|