julien-c HF staff commited on
Commit
73a53d1
1 Parent(s): a5e3bd7

add comment

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -101,6 +101,8 @@ def merge(
101
  if return_code:
102
  raise gr.Error(f"subprocess error: {return_code}")
103
 
 
 
104
 
105
  demo = gr.Interface(
106
  description=MARKDOWN_DESCRIPTION,
 
101
  if return_code:
102
  raise gr.Error(f"subprocess error: {return_code}")
103
 
104
+ ## TODO(implement upload at the end of the merge, and display the repo URL)
105
+
106
 
107
  demo = gr.Interface(
108
  description=MARKDOWN_DESCRIPTION,