Spaces:
Sleeping
Sleeping
remove token textbox
Browse files
app.py
CHANGED
@@ -41,13 +41,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
41 |
athena = gr.ChatInterface(
|
42 |
fn=authenticate_and_generate,
|
43 |
additional_inputs=[
|
44 |
-
gr.Textbox(
|
45 |
-
label="Hugging Face API Token",
|
46 |
-
type="password",
|
47 |
-
placeholder="Please provide a Hugging Face auth token.",
|
48 |
-
lines=1,
|
49 |
-
max_lines=1
|
50 |
-
),
|
51 |
gr.Textbox(value=
|
52 |
"""
|
53 |
You are a marketing-minded content writer for Plan.com (a UK telecommunications company).
|
|
|
41 |
athena = gr.ChatInterface(
|
42 |
fn=authenticate_and_generate,
|
43 |
additional_inputs=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
gr.Textbox(value=
|
45 |
"""
|
46 |
You are a marketing-minded content writer for Plan.com (a UK telecommunications company).
|