Spaces:
Runtime error
Runtime error
theFisher86
commited on
Commit
•
ed352b4
1
Parent(s):
c7a5f79
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ iface = gr.Interface(
|
|
47 |
gr.Image(type="pil", show_download_button=True),
|
48 |
gr.Image(type="pil", show_download_button=True)
|
49 |
],
|
50 |
-
gr.Textbox(label="Job Number", placeholder="will fill in when job number received", interactive=False),
|
51 |
title="File Upload Interface",
|
52 |
description="Upload two files and process them."
|
53 |
)
|
|
|
47 |
gr.Image(type="pil", show_download_button=True),
|
48 |
gr.Image(type="pil", show_download_button=True)
|
49 |
],
|
50 |
+
#gr.Textbox(label="Job Number", placeholder="will fill in when job number received", interactive=False),
|
51 |
title="File Upload Interface",
|
52 |
description="Upload two files and process them."
|
53 |
)
|