archit11 commited on
Commit
7ae33d4
·
verified ·
1 Parent(s): 3e25cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(