Преглед на файлове

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