Rename ai_studio_code (5).py to app.py
Browse files
ai_studio_code (5).py → app.py
RENAMED
|
@@ -4,9 +4,29 @@
|
|
| 4 |
#
|
| 5 |
# Version: 2.3.0
|
| 6 |
#
|
| 7 |
-
#
|
| 8 |
-
#
|
| 9 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
import gradio as gr
|
| 12 |
import yaml
|
|
|
|
| 4 |
#
|
| 5 |
# Version: 2.3.0
|
| 6 |
#
|
| 7 |
+
# Contact:
|
| 8 |
+
# Carlos Rodrigues dos Santos
|
| 9 |
+
# carlex22@gmail.com
|
| 10 |
+
#
|
| 11 |
+
# Related Repositories and Projects:
|
| 12 |
+
# GitHub: https://github.com/carlex22/Aduc-sdr
|
| 13 |
+
# YouTube (Results): https://m.youtube.com/channel/UC3EgoJi_Fv7yuDpvfYNtoIQ
|
| 14 |
+
#
|
| 15 |
+
# This program is free software: you can redistribute it and/or modify
|
| 16 |
+
# it under the terms of the GNU Affero General Public License as published by the
|
| 17 |
+
# Free Software Foundation, either version 3 of the License, or
|
| 18 |
+
# (at your option) any later version.
|
| 19 |
+
#
|
| 20 |
+
# This program is distributed in the hope that it will be useful,
|
| 21 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 22 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 23 |
+
# GNU Affero General Public License for more details.
|
| 24 |
+
#
|
| 25 |
+
# You should have received a copy of the GNU Affero General Public License
|
| 26 |
+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
| 27 |
+
#
|
| 28 |
+
# PENDING PATENT NOTICE: The ADUC method and system implemented in this
|
| 29 |
+
# software is in the process of being patented. Please see NOTICE.md for details.
|
| 30 |
|
| 31 |
import gradio as gr
|
| 32 |
import yaml
|