Spaces:
Sleeping
Sleeping
V2GPT2
Browse files- Chat gpt2/chat2.py +1 -5
Chat gpt2/chat2.py
CHANGED
@@ -19,8 +19,4 @@ def chatbot(message,history):
|
|
19 |
|
20 |
|
21 |
|
22 |
-
|
23 |
-
gr.ChatInterface(
|
24 |
-
chatbot,
|
25 |
-
stop_btn="stop"
|
26 |
-
).launch()
|
|
|
19 |
|
20 |
|
21 |
|
22 |
+
gr.ChatInterface(chatbot).launch()
|
|
|
|
|
|
|
|