Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
|
|
79 |
chatbot = gr.Chatbot()
|
80 |
msg = gr.Textbox()
|
81 |
slider = gr.inputs.Slider(minimum=18, maximum=27, default=21, label="Difficulty (18 - Easy, 27 - Expert)")
|
82 |
-
description = gr.Markdown("Start writing in the textbox above. The percentage in the label in the right shows how close you are to the answer.\n\
|
83 |
with gr.Column():
|
84 |
label = gr.Label("This is a \"Guess the Image\" game. I'm thinking of a picture and you have to guess using the chat above.")
|
85 |
image_output = gr.outputs.Image(type="pil")
|
|
|
79 |
chatbot = gr.Chatbot()
|
80 |
msg = gr.Textbox()
|
81 |
slider = gr.inputs.Slider(minimum=18, maximum=27, default=21, label="Difficulty (18 - Easy, 27 - Expert)")
|
82 |
+
description = gr.Markdown("Start writing in the textbox above. The percentage in the label in the right shows how close you are to the answer.\n\n**TIPS:**\n- Write in English\n- Start with simple general stuff like \"A person\", \"A vehicle\", \"An object\", ...\n- If you feel you are not getting any closer to the answer, try a different approach completly! (maybe a 60% of animal is a 80% a vehicle).\n- Adding \"A photo of ... outdoors/indoors\" might get better results.")
|
83 |
with gr.Column():
|
84 |
label = gr.Label("This is a \"Guess the Image\" game. I'm thinking of a picture and you have to guess using the chat above.")
|
85 |
image_output = gr.outputs.Image(type="pil")
|