CompactAI commited on
Commit
c65f6ae
·
verified ·
1 Parent(s): 8f05360

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3105,7 +3105,7 @@ with gr.Blocks(title="CompactAI Models") as demo:
3105
 
3106
  with gr.Row():
3107
  cmp_outputs = [
3108
- gr.Textbox(label=v, lines=8, show_copy_button=True)
3109
  for v in _initial_versions
3110
  ]
3111
 
 
3105
 
3106
  with gr.Row():
3107
  cmp_outputs = [
3108
+ gr.Textbox(label=v, lines=8)
3109
  for v in _initial_versions
3110
  ]
3111