Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -541,8 +541,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
| 541 |
label="Upload Your Fit",
|
| 542 |
sources=['upload', 'webcam', 'clipboard'],
|
| 543 |
height=400,
|
| 544 |
-
show_label=False
|
| 545 |
-
webcam_options=gr.WebcamOptions(mirror_webcam=False)
|
| 546 |
)
|
| 547 |
analyze_button = gr.Button("🔥 Analyze This Drip", variant="primary")
|
| 548 |
|
|
|
|
| 541 |
label="Upload Your Fit",
|
| 542 |
sources=['upload', 'webcam', 'clipboard'],
|
| 543 |
height=400,
|
| 544 |
+
show_label=False
|
| 545 |
+
#webcam_options=gr.WebcamOptions(mirror_webcam=False)
|
| 546 |
)
|
| 547 |
analyze_button = gr.Button("🔥 Analyze This Drip", variant="primary")
|
| 548 |
|