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