pongtsu commited on
Commit
fda7aed
·
1 Parent(s): 2f6cfc2

fix: allow api call on hf space.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()