Spaces:
Sleeping
Sleeping
KasKniesmeijer
commited on
Commit
·
39fa4f0
1
Parent(s):
a801aff
changed title
Browse files- app.py +1 -1
- index.html +1 -1
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
gr.Textbox(lines=2, placeholder="Enter your question here..."),
|
74 |
],
|
75 |
outputs="text",
|
76 |
-
title="
|
77 |
description="Upload an image and ask a question about it.",
|
78 |
)
|
79 |
|
|
|
73 |
gr.Textbox(lines=2, placeholder="Enter your question here..."),
|
74 |
],
|
75 |
outputs="text",
|
76 |
+
title="FAAM-demo | Vision & Language Model | SmolVLM",
|
77 |
description="Upload an image and ask a question about it.",
|
78 |
)
|
79 |
|
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|
12 |
-
<h1>SmolVLM - Vision-Language
|
13 |
<div id="app">
|
14 |
<canvas id="webgpu-canvas"></canvas>
|
15 |
<div id="controls">
|
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|
12 |
+
<h1>SmolVLM - Vision-Language Model</h1>
|
13 |
<div id="app">
|
14 |
<canvas id="webgpu-canvas"></canvas>
|
15 |
<div id="controls">
|