Reality123b commited on
Commit
83fc6b9
·
verified ·
1 Parent(s): d9af9b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -417,4 +417,6 @@ demo = gr.ChatInterface(
417
  ),
418
  ],
419
  css=custom_css # Apply the custom CSS
420
- )
 
 
 
417
  ),
418
  ],
419
  css=custom_css # Apply the custom CSS
420
+ )
421
+
422
+ demo.launch()