peterpeter8585 commited on
Commit
6e86bb5
·
verified ·
1 Parent(s): 307dd52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -62,6 +62,4 @@ ai1=gr.ChatInterface(
62
  ],
63
 
64
  )
65
- with gr.Blocks(theme="shivi/calm_seafoam") as ai:
66
- gr.TabbedInterface([ai1],["Chatchat"])
67
- ai.launch()
 
62
  ],
63
 
64
  )
65
+ ai1.launch()