Update app.py
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ gr.ChatInterface(
|
|
128 |
undo_btn=None,
|
129 |
theme=gr.themes.Default(primary_hue="black", secondary_hue="grey",
|
130 |
allow_flagging="never"
|
131 |
-
).launch(show_api=True)
|
|
|
128 |
undo_btn=None,
|
129 |
theme=gr.themes.Default(primary_hue="black", secondary_hue="grey",
|
130 |
allow_flagging="never"
|
131 |
+
).launch(show_api=True))
|