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