aaabiao commited on
Commit
7e9f4ee
·
verified ·
1 Parent(s): 56386d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -100,9 +100,8 @@ chat_interface = gr.Interface(
100
  ["How many hours does it take a man to eat a helicopter?"],
101
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
102
  ],
103
- theme="compact",
104
  live=True,
105
- capture_session=True,
106
  )
107
 
108
- chat_interface.launch()
 
100
  ["How many hours does it take a man to eat a helicopter?"],
101
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
102
  ],
103
+ theme="default",
104
  live=True,
 
105
  )
106
 
107
+ chat_interface.launch()