Update app_myQ2.py
Browse files- 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="β
|
| 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()
|