nos commited on
Commit
4b60e66
1 Parent(s): f08966b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,7 +56,8 @@ def flip_image(x):
56
  return np.fliplr(x)
57
 
58
 
59
- with gr.Blocks(theme='gradio/soft') as demo:
 
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
 
56
  return np.fliplr(x)
57
 
58
 
59
+ #with gr.Blocks(theme='gradio/soft') as demo:
60
+ with gr.Blocks(height=500) as demo:
61
 
62
  with gr.Tab("Chat"):
63
  gr.ChatInterface(