Parcourir la source

add license app.py

all files must have a licence header
Pierre Andrews il y a 1 an
Parent
commit
f1c2d207bc
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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