Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -272,7 +272,7 @@ class GradioUI:
|
|
272 |
"https://huggingface.co/spaces/crcdng/First_agent_template/blob/main/agent.jpg",
|
273 |
),
|
274 |
resizeable=True,
|
275 |
-
scale=
|
276 |
)
|
277 |
# If an upload folder is provided, enable the upload feature
|
278 |
if self.file_upload_folder is not None:
|
|
|
272 |
"https://huggingface.co/spaces/crcdng/First_agent_template/blob/main/agent.jpg",
|
273 |
),
|
274 |
resizeable=True,
|
275 |
+
scale=0.05,
|
276 |
)
|
277 |
# If an upload folder is provided, enable the upload feature
|
278 |
if self.file_upload_folder is not None:
|