Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,13 @@
|
|
19 |
# --------------------------------------------------------
|
20 |
# gradio demo executable
|
21 |
# --------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
import os
|
23 |
import torch
|
24 |
import tempfile
|
|
|
19 |
# --------------------------------------------------------
|
20 |
# gradio demo executable
|
21 |
# --------------------------------------------------------
|
22 |
+
#!/usr/bin/env python3
|
23 |
+
# Copyright (C) 2024-present Naver Corporation. All rights reserved.
|
24 |
+
# Licensed under CC BY-NC-SA 4.0 (non-commercial use only).
|
25 |
+
#
|
26 |
+
# --------------------------------------------------------
|
27 |
+
# gradio demo executable
|
28 |
+
# --------------------------------------------------------
|
29 |
import os
|
30 |
import torch
|
31 |
import tempfile
|