Spaces:
Build error
Build error
Hannah commited on
Commit ·
08f93d3
1
Parent(s): 5e80301
tweak
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +2 -2
__pycache__/app.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
|
app.py
CHANGED
|
@@ -6,6 +6,6 @@ with gr.Blocks() as demo:
|
|
| 6 |
with gr.Row():
|
| 7 |
image_output = gr.Image(label="Mask")
|
| 8 |
submit_button = gr.Button("Run Model", visible=True)
|
| 9 |
-
|
| 10 |
if __name__ == "__main__":
|
| 11 |
-
demo.launch(show_api=False
|
|
|
|
| 6 |
with gr.Row():
|
| 7 |
image_output = gr.Image(label="Mask")
|
| 8 |
submit_button = gr.Button("Run Model", visible=True)
|
| 9 |
+
|
| 10 |
if __name__ == "__main__":
|
| 11 |
+
demo.launch(show_api=False)
|