hsienchen commited on
Commit
92dea96
β€’
1 Parent(s): fe3be0f

Update app_myQ2.py

Browse files
Files changed (1) hide show
  1. app_myQ2.py +4 -4
app_myQ2.py CHANGED
@@ -100,7 +100,7 @@ def send_SMS(resp_text):
100
  # gradio block
101
  with gr.Blocks() as app1:
102
  with gr.Column():
103
- gr.Markdown("## πŸ₯· η‚Ήθ―„ι€η›˜ ##")
104
  gr.Markdown("```for xxxxxx βœ‰ and/or xxx ⌦, include photo here...```")
105
  image_box = gr.Image(label="βœ‚ ε―Ήθ±‘οΌšι€η›˜", type="filepath")
106
  btn1 = gr.Button("η‚Ήθ―„θΏ™η›˜θœ β˜‘")
@@ -125,9 +125,9 @@ with gr.Blocks() as app1:
125
 
126
  with gr.Blocks() as app_selfie:
127
  with gr.Column():
128
- gr.Markdown("## ↗️ η‚Ήθ―„θ‡ͺζ‹οΌˆθ―·η«™εœ¨ζ΅·ζŠ₯咙前青拍) ##")
129
  gr.Markdown("```xxxx ⌦, paste screenshot here...```")
130
- image_box = gr.Image(label="βœ‚ δΉζ„δΏε’™οΌŒδΈŽLOGOεˆζ‹", type="filepath")
131
  btn_selfie1 = gr.Button("η”ŸζˆθΆ£ε‘³η‚Ήθ―„ β˜‘")
132
  out_selfife1 = gr.Textbox(label="here are the actionables...")
133
  btn_selfie2 = gr.Button("(disabled)ε‘ηŸ­δΏ‘ ↗️")
@@ -155,7 +155,7 @@ with gr.Blocks() as app_selfie:
155
 
156
  with gr.Blocks() as demo:
157
  gr.Markdown("## θ‡ͺ拍 ↗️ + ι€η›˜ πŸ₯· ##")
158
- gr.TabbedInterface([app_selfie, app1], ["βž€ η‚Ήθ―„ζˆ‘ηš„θ‡ͺ拍", "➁ η‚Ήθ―„ζˆ‘ηš„ι€η›˜"])
159
 
160
  demo.queue()
161
  demo.launch()
 
100
  # gradio block
101
  with gr.Blocks() as app1:
102
  with gr.Column():
103
+ gr.Markdown("## πŸ₯· η‚Ήθ―„ζˆ‘ηš„ι€η›˜ ##")
104
  gr.Markdown("```for xxxxxx βœ‰ and/or xxx ⌦, include photo here...```")
105
  image_box = gr.Image(label="βœ‚ ε―Ήθ±‘οΌšι€η›˜", type="filepath")
106
  btn1 = gr.Button("η‚Ήθ―„θΏ™η›˜θœ β˜‘")
 
125
 
126
  with gr.Blocks() as app_selfie:
127
  with gr.Column():
128
+ gr.Markdown("## ↗️ η‚Ήθ―„ζˆ‘ηš„θ‡ͺζ‹οΌˆζ³¨ζ„ηœ‹ζˆ‘ηš„θƒŒεŽοΌ‰ ##")
129
  gr.Markdown("```xxxx ⌦, paste screenshot here...```")
130
+ image_box = gr.Image(label="βœ‚ 提瀺:与LOGOδΈ€θ΅·ζ‹οΌŒδΌšζ›΄ε₯½ηŽ©οΌ", type="filepath")
131
  btn_selfie1 = gr.Button("η”ŸζˆθΆ£ε‘³η‚Ήθ―„ β˜‘")
132
  out_selfife1 = gr.Textbox(label="here are the actionables...")
133
  btn_selfie2 = gr.Button("(disabled)ε‘ηŸ­δΏ‘ ↗️")
 
155
 
156
  with gr.Blocks() as demo:
157
  gr.Markdown("## θ‡ͺ拍 ↗️ + ι€η›˜ πŸ₯· ##")
158
+ gr.TabbedInterface([app_selfie, app1], ["βž€ θ‡ͺ拍", "➁ ι€η›˜"])
159
 
160
  demo.queue()
161
  demo.launch()