ciaochris commited on
Commit
7cb9e16
·
verified ·
1 Parent(s): 210edea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -172,7 +172,7 @@ def rhythma_experience(
172
  def create_interface():
173
  with gr.Blocks(theme=gr.themes.Soft(), title="Rhythma: The Living Modulation Engine") as demo:
174
  gr.Markdown("# Rhythma: The Living Modulation Engine")
175
- gr.Markdown("### Dynamic rhythm-based sound modulation for wellbeing")
176
 
177
  if not use_groq:
178
  gr.Warning("Running with limited functionality: GROQ_API_KEY not found. "
@@ -274,7 +274,7 @@ def create_interface():
274
  Rhythma creates personalized soundscapes using frequency modulation based on your described emotional state or intention.
275
  It leverages AI analysis (enhanced with Groq if available) and principles of rhythmic sound design.
276
  **Note:** This is an experimental tool. The frequencies and interpretations are based on various theories and are not medical advice.
277
- © 2024 Your Rhythma Project
278
  """)
279
 
280
  return demo
 
172
  def create_interface():
173
  with gr.Blocks(theme=gr.themes.Soft(), title="Rhythma: The Living Modulation Engine") as demo:
174
  gr.Markdown("# Rhythma: The Living Modulation Engine")
175
+ gr.Markdown("### Dynamic rhythm-based sound modulation for wellbeing from Vers3Dynamics")
176
 
177
  if not use_groq:
178
  gr.Warning("Running with limited functionality: GROQ_API_KEY not found. "
 
274
  Rhythma creates personalized soundscapes using frequency modulation based on your described emotional state or intention.
275
  It leverages AI analysis (enhanced with Groq if available) and principles of rhythmic sound design.
276
  **Note:** This is an experimental tool. The frequencies and interpretations are based on various theories and are not medical advice.
277
+ © 2025 Vers3Dynamics
278
  """)
279
 
280
  return demo