Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def gradio(model, tokenizer):
|
|
80 |
|
81 |
return text
|
82 |
|
83 |
-
bot = gr.Chatbot(show_copy_button=True, show_share_button=True)
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")
|
|
|
80 |
|
81 |
return text
|
82 |
|
83 |
+
bot = gr.Chatbot(show_copy_button=True, show_share_button=True)
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")
|