Spaces:
Running
on
Zero
Running
on
Zero
fix: allow api call on hf space.
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ demo = gr.ChatInterface(
|
|
163 |
fill_height=True,
|
164 |
multimodal=True,
|
165 |
theme=theme,
|
166 |
-
css="footer {visibility: hidden}",
|
167 |
)
|
168 |
|
169 |
demo.queue()
|
|
|
163 |
fill_height=True,
|
164 |
multimodal=True,
|
165 |
theme=theme,
|
166 |
+
# css="footer {visibility: hidden}",
|
167 |
)
|
168 |
|
169 |
demo.queue()
|