akhaliq HF Staff commited on
Commit
0482642
·
verified ·
1 Parent(s): 2b6ce99

Update Gradio app with multiple files

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -324,7 +324,6 @@ with gr.Blocks(
324
  label="Chat History",
325
  height=500,
326
  show_copy_button=True,
327
- bubble_full_width=False,
328
  type="messages"
329
  )
330
 
@@ -395,6 +394,5 @@ if __name__ == "__main__":
395
  demo.launch(
396
  share=True,
397
  show_error=True,
398
- show_tips=True,
399
  debug=True
400
  )
 
324
  label="Chat History",
325
  height=500,
326
  show_copy_button=True,
 
327
  type="messages"
328
  )
329
 
 
394
  demo.launch(
395
  share=True,
396
  show_error=True,
 
397
  debug=True
398
  )
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  torch
2
- transformers
 
1
  torch
2
+ transformers