Spaces:
Sleeping
Sleeping
ismaelfaro
commited on
Commit
•
590e00a
1
Parent(s):
644237c
update gradio object
Browse files
app.py
CHANGED
@@ -11,9 +11,8 @@ def poetchat(message, history):
|
|
11 |
|
12 |
title = "chat with a AIpoet"
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
-
app.queue().launch()
|
18 |
|
19 |
|
|
|
11 |
|
12 |
title = "chat with a AIpoet"
|
13 |
|
14 |
+
demo = gr.ChatInterface(poetchat, title=title, theme = 'Taithrah/Minimal')
|
15 |
|
16 |
+
demo.queue().launch()
|
|
|
17 |
|
18 |
|