Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -270,7 +270,7 @@ class GradioUI:
|
|
| 270 |
None,
|
| 271 |
"https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/communication/Alfred.png",
|
| 272 |
),
|
| 273 |
-
|
| 274 |
scale=1,
|
| 275 |
)
|
| 276 |
# If an upload folder is provided, enable the upload feature
|
|
|
|
| 270 |
None,
|
| 271 |
"https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/communication/Alfred.png",
|
| 272 |
),
|
| 273 |
+
resizable=True,
|
| 274 |
scale=1,
|
| 275 |
)
|
| 276 |
# If an upload folder is provided, enable the upload feature
|