Преглед изворни кода

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