Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(title="Art Analysis with Phi-4") as demo:
|
|
82 |
output_text = gr.Textbox(
|
83 |
label="Art Analysis Result",
|
84 |
placeholder="The AI's response will appear here...",
|
85 |
-
lines=
|
86 |
interactive=False,
|
87 |
)
|
88 |
|
|
|
82 |
output_text = gr.Textbox(
|
83 |
label="Art Analysis Result",
|
84 |
placeholder="The AI's response will appear here...",
|
85 |
+
lines=22,
|
86 |
interactive=False,
|
87 |
)
|
88 |
|