aifeifei798 commited on
Commit
6b323fa
·
verified ·
1 Parent(s): 4c91e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,7 +61,7 @@ def feifeiflorence(
61
 
62
 
63
 
64
- with gr.Blocks(css=css) as demo:
65
  gr.Markdown(DESCRIPTION)
66
  with gr.Tab(label="Florence-2 Image Flux Prompt"):
67
  with gr.Row():
@@ -75,4 +75,4 @@ with gr.Blocks(css=css) as demo:
75
 
76
  submit_btn.click(process_image, [input_img], [output_text, output_img_text])
77
 
78
- demo.launch(debug=True)
 
61
 
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():
 
75
 
76
  submit_btn.click(process_image, [input_img], [output_text, output_img_text])
77
 
78
+ demo.launch()