alexnasa commited on
Commit
346ee2d
·
verified ·
1 Parent(s): 85d5435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ with demo:
226
  # .then(fn=step3_normals, inputs=[state], outputs=[status, normals_vid, state])
227
  # .then(fn=step4_uv_map, inputs=[state], outputs=[status, uv_vid, state])
228
  # .then(fn=step5_track, inputs=[state], outputs=[status, track_vid, state])
229
- )
230
 
231
  # ------------------------------------------------------------------
232
  # START THE GRADIO SERVER
 
226
  # .then(fn=step3_normals, inputs=[state], outputs=[status, normals_vid, state])
227
  # .then(fn=step4_uv_map, inputs=[state], outputs=[status, uv_vid, state])
228
  # .then(fn=step5_track, inputs=[state], outputs=[status, track_vid, state])
229
+
230
 
231
  # ------------------------------------------------------------------
232
  # START THE GRADIO SERVER