Spaces:
Build error
Build error
Commit
·
2e63611
1
Parent(s):
f236cfc
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ examples = ["How are you?","What is love?"]
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
-
theme='gstaff/xkcd').queue().launch()
|
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
+
theme='gstaff/xkcd').queue().launch(share=False, debug=True)
|