add comment
Browse files
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,
|