ai: Ship copyright header.
Browse files
app.py
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
import json
|
|
|
1 |
+
#
|
2 |
+
# Copyright (C) Hadad <[email protected]>
|
3 |
+
# All rights reserved.
|
4 |
+
#
|
5 |
+
# This code is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License.
|
6 |
+
# You are free to share and adapt the code for non-commercial purposes, as long as you provide appropriate credit,
|
7 |
+
# do not use it for commercial purposes, and distribute your contributions under the same license.
|
8 |
+
#
|
9 |
+
# Contributions can be made by directly submitting pull requests.
|
10 |
+
#
|
11 |
+
# For inquiries or permission requests, please contact [email protected].
|
12 |
+
#
|
13 |
+
# License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
14 |
+
#
|
15 |
+
|
16 |
import gradio as gr
|
17 |
import requests
|
18 |
import json
|