Winston de Jong
commited on
Commit
·
f925cfc
1
Parent(s):
c7471fa
oopsies
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 52 |
gr.Markdown(" # Text-to-Image Gradio Template")
|
| 53 |
|
| 54 |
with gr.Row():
|
| 55 |
-
file_output = gr.File(label="Upload an image to detect faces", file_types="image", file_count="single")
|
| 56 |
# upload_button = gr.UploadButton("Click to Upload a File", file_types=["image"], file_count="single")
|
| 57 |
# upload_button.upload(upload_file, upload_button, file_output)
|
| 58 |
|
|
|
|
| 52 |
gr.Markdown(" # Text-to-Image Gradio Template")
|
| 53 |
|
| 54 |
with gr.Row():
|
| 55 |
+
file_output = gr.File(label="Upload an image to detect faces", file_types=["image"], file_count="single")
|
| 56 |
# upload_button = gr.UploadButton("Click to Upload a File", file_types=["image"], file_count="single")
|
| 57 |
# upload_button.upload(upload_file, upload_button, file_output)
|
| 58 |
|