Rooni commited on
Commit
b6005fd
·
1 Parent(s): 763142e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,9 +84,9 @@ def ask_openai_with_image(instruction, image):
84
  with gr.Blocks() as demo:
85
  with gr.Row():
86
  with gr.Column():
87
- instructions = gr.Textbox(label="Instructions", placeholder="Enter the instructions here...")
88
- image_input = gr.Image(label="Upload an image", type="pil")
89
- submit_button = gr.Button("Submit")
90
  with gr.Column():
91
  output_markdown = gr.Markdown(label="AI Response")
92
 
 
84
  with gr.Blocks() as demo:
85
  with gr.Row():
86
  with gr.Column():
87
+ instructions = gr.Textbox(label="Prompt")
88
+ image_input = gr.Image(label="Изображение", type="pil")
89
+ submit_button = gr.Button("Генерация")
90
  with gr.Column():
91
  output_markdown = gr.Markdown(label="AI Response")
92