Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ if torch.cuda.is_available():
|
|
37 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
38 |
tokenizer.use_default_system_prompt = False
|
39 |
|
40 |
-
chatbot=gr.Chatbot(height=650, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
41 |
|
42 |
@spaces.GPU
|
43 |
def generate(
|
|
|
37 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
38 |
tokenizer.use_default_system_prompt = False
|
39 |
|
40 |
+
chatbot=gr.Chatbot(height=650, min_width=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
41 |
|
42 |
@spaces.GPU
|
43 |
def generate(
|