dimasdeffieux commited on
Commit
5efe93f
·
verified ·
1 Parent(s): a20083b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -75,4 +75,7 @@ demo = gr.ChatInterface(
75
  ),
76
  stop_btn="Stop Generation",
77
  multimodal=True,
78
- cache_examples=False,
 
 
 
 
75
  ),
76
  stop_btn="Stop Generation",
77
  multimodal=True,
78
+ cache_examples=False,
79
+ )
80
+
81
+ demo.launch(debug=True)