Spaces:
Running
Running
littlebird13
commited on
Commit
•
b911ea5
1
Parent(s):
2ae6f2c
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,8 @@ if __name__ == "__main__":
|
|
95 |
antd.Image(
|
96 |
resolve_image("./cutelogo.jpg"),
|
97 |
preview=False,
|
98 |
-
height=60
|
|
|
99 |
with ms.Div():
|
100 |
antd.Typography.Title(
|
101 |
"QVQ-72B-Preview",
|
|
|
95 |
antd.Image(
|
96 |
resolve_image("./cutelogo.jpg"),
|
97 |
preview=False,
|
98 |
+
height=60,
|
99 |
+
width=60)
|
100 |
with ms.Div():
|
101 |
antd.Typography.Title(
|
102 |
"QVQ-72B-Preview",
|