瀏覽代碼

add license app.py

all files must have a licence header
Pierre Andrews 1 年之前
父節點
當前提交
f1c2d207bc
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      demo/app.py

+ 6 - 0
demo/app.py

@@ -1,3 +1,9 @@
+# Copyright (c) Meta Platforms, Inc. and affiliates
+# All rights reserved.
+#
+# This source code is licensed under the license found in the
+# LICENSE file in the root directory of this source tree.
+
 from __future__ import annotations
 
 import gradio as gr