Hannah commited on
Commit
08f93d3
·
1 Parent(s): 5e80301
Files changed (2) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. 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, root_path="/test")
 
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)