aifeifei798 commited on
Commit
1b7fe97
·
verified ·
1 Parent(s): 7bcf774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def feifeiflorence(
62
 
63
 
64
  with gr.Blocks() as demo:
65
- gr.Markdown(DESCRIPTION)
66
- with gr.Tab(label="Florence-2 Image Flux Prompt"):
67
  with gr.Row():
68
  with gr.Column():
69
  input_img = gr.Image(label="Input Picture")
 
62
 
63
 
64
  with gr.Blocks() as demo:
65
+ gr.Markdown("Florence-2 Image To Flux Prompt")
66
+ with gr.Tab(label="Image To Flux Prompt"):
67
  with gr.Row():
68
  with gr.Column():
69
  input_img = gr.Image(label="Input Picture")