Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ Author: Mehmet Tuğrul Kaya
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
# ============================================
|
| 11 |
-
# CONTENT DATA
|
| 12 |
# ============================================
|
| 13 |
|
| 14 |
INTRO_CONTENT = """
|
|
@@ -402,7 +402,7 @@ Created by **Mehmet Tuğrul Kaya**
|
|
| 402 |
"""
|
| 403 |
|
| 404 |
# ============================================
|
| 405 |
-
# HELPER FUNCTIONS
|
| 406 |
# ============================================
|
| 407 |
|
| 408 |
def get_reasoning_type_info(reasoning_type):
|
|
@@ -690,7 +690,7 @@ Music Analysis Summary:
|
|
| 690 |
|
| 691 |
|
| 692 |
# ============================================
|
| 693 |
-
# GRADIO INTERFACE
|
| 694 |
# ============================================
|
| 695 |
|
| 696 |
# Custom CSS
|
|
@@ -850,4 +850,4 @@ with gr.Blocks(css=custom_css, title="🎧 Audio Reasoning Explorer", theme=gr.t
|
|
| 850 |
|
| 851 |
# Launch
|
| 852 |
if __name__ == "__main__":
|
| 853 |
-
demo.launch()
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
# ============================================
|
| 11 |
+
# CONTENT DATA (İçerik Verileri)
|
| 12 |
# ============================================
|
| 13 |
|
| 14 |
INTRO_CONTENT = """
|
|
|
|
| 402 |
"""
|
| 403 |
|
| 404 |
# ============================================
|
| 405 |
+
# HELPER FUNCTIONS (Yardımcı Fonksiyonlar)
|
| 406 |
# ============================================
|
| 407 |
|
| 408 |
def get_reasoning_type_info(reasoning_type):
|
|
|
|
| 690 |
|
| 691 |
|
| 692 |
# ============================================
|
| 693 |
+
# GRADIO INTERFACE (Arayüz)
|
| 694 |
# ============================================
|
| 695 |
|
| 696 |
# Custom CSS
|
|
|
|
| 850 |
|
| 851 |
# Launch
|
| 852 |
if __name__ == "__main__":
|
| 853 |
+
demo.launch()
|