This Pull Request fixes the space

#1
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ chat_interface = gr.ChatInterface(
124
  ["How many hours does it take a man to eat a Helicopter?"],
125
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
126
  ],
 
127
  )
128
 
129
  with gr.Blocks() as demo:
 
124
  ["How many hours does it take a man to eat a Helicopter?"],
125
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
126
  ],
127
+ cache_examples=False,
128
  )
129
 
130
  with gr.Blocks() as demo: