alex-abb commited on
Commit
6c1ff77
·
verified ·
1 Parent(s): 5263330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,6 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  @spaces.GPU
9
- show_copy_button = True
10
 
11
 
12
 
@@ -64,6 +63,8 @@ demo = gr.ChatInterface(
64
  label="Top-p (nucleus sampling)",
65
  ),
66
  ],
 
 
67
  )
68
 
69
 
 
6
  """
7
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  @spaces.GPU
 
9
 
10
 
11
 
 
63
  label="Top-p (nucleus sampling)",
64
  ),
65
  ],
66
+ show_copy_button = True
67
+
68
  )
69
 
70