serhatderya commited on
Commit
124a3b5
1 Parent(s): 1796466

Update app_scribble.py

Browse files
Files changed (1) hide show
  1. app_scribble.py +5 -1
app_scribble.py CHANGED
@@ -12,7 +12,11 @@ def create_demo(process):
12
  with gr.Row():
13
  with gr.Column():
14
  image = gr.Image()
15
- prompt = gr.Textbox(label='Prompt')
 
 
 
 
16
  preprocessor_name = gr.Radio(
17
  label='Preprocessor',
18
  choices=['HED', 'PidiNet', 'None'],
 
12
  with gr.Row():
13
  with gr.Column():
14
  image = gr.Image()
15
+ with gr.Row():
16
+ with gr.Column():
17
+ prompt = gr.Textbox(label='Prompt')
18
+ with gr.Column():
19
+ prompt_btn = gr.Button("Button")
20
  preprocessor_name = gr.Radio(
21
  label='Preprocessor',
22
  choices=['HED', 'PidiNet', 'None'],