Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,7 @@ with gr.Blocks() as demo:
|
|
| 71 |
with gr.Row():
|
| 72 |
with gr.Column():
|
| 73 |
openai_apikey = gr.Textbox(label = 'openai api key', placeholder = '输入你的openai apikey')
|
|
|
|
| 74 |
file = gr.File(file_types = ['.jpg'], label = '点击上传图片,格式需为jpg', file_count = 'multiple')
|
| 75 |
txt = gr.Textbox(label = '图片解析结果', visible = False)
|
| 76 |
with gr.Row():
|
|
|
|
| 71 |
with gr.Row():
|
| 72 |
with gr.Column():
|
| 73 |
openai_apikey = gr.Textbox(label = 'openai api key', placeholder = '输入你的openai apikey')
|
| 74 |
+
print(openai_apikey)
|
| 75 |
file = gr.File(file_types = ['.jpg'], label = '点击上传图片,格式需为jpg', file_count = 'multiple')
|
| 76 |
txt = gr.Textbox(label = '图片解析结果', visible = False)
|
| 77 |
with gr.Row():
|