Spaces:
Sleeping
Sleeping
Commit
·
630f70c
1
Parent(s):
1c91abb
updates on the requirements.txt
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ with gr.Blocks(theme="dark") as demo:
|
|
29 |
|
30 |
openai_key = gr.Textbox(
|
31 |
label='Enter your OpenAI API key here',
|
32 |
-
value=API_TOKEN,
|
33 |
type='password')
|
34 |
|
35 |
file = gr.File(label='Upload your .txt file here', file_types=['.txt'])
|
|
|
29 |
|
30 |
openai_key = gr.Textbox(
|
31 |
label='Enter your OpenAI API key here',
|
|
|
32 |
type='password')
|
33 |
|
34 |
file = gr.File(label='Upload your .txt file here', file_types=['.txt'])
|