Aduc-sdr commited on
Commit
eabae34
·
verified ·
1 Parent(s): 501fd32

Rename ai_studio_code (5).py to app.py

Browse files
Files changed (1) hide show
  1. ai_studio_code (5).py → app.py +23 -3
ai_studio_code (5).py → app.py RENAMED
@@ -4,9 +4,29 @@
4
  #
5
  # Version: 2.3.0
6
  #
7
- # This version introduces a new "Cinematic Dark Mode" theme and custom CSS
8
- # to provide a more professional and visually appealing user interface that
9
- # matches the sophistication of the underlying ADUC-SDR framework.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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