Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|