lemonaddie commited on
Commit
364b7d0
1 Parent(s): 72e9c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -62,8 +62,13 @@ def process(
62
 
63
  def run_demo_server(pipe):
64
  process_pipe = functools.partial(process, pipe)
 
 
 
65
  os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
66
 
 
 
67
  with gr.Blocks(
68
  analytics_enabled=False,
69
  title="Geowizard Depth and Normal Estimation",
@@ -81,7 +86,7 @@ def run_demo_server(pipe):
81
  """,
82
  ) as demo:
83
  gr.Markdown(
84
- """
85
  """
86
  )
87
 
 
62
 
63
  def run_demo_server(pipe):
64
  process_pipe = functools.partial(process, pipe)
65
+
66
+ print(1)
67
+
68
  os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
69
 
70
+ print(2)
71
+
72
  with gr.Blocks(
73
  analytics_enabled=False,
74
  title="Geowizard Depth and Normal Estimation",
 
86
  """,
87
  ) as demo:
88
  gr.Markdown(
89
+ """ttt
90
  """
91
  )
92