hwberry2 commited on
Commit
bc874f6
·
1 Parent(s): 72339ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -5,16 +5,13 @@ import tensorflow as tf
5
  with gr.Blocks() as demo:
6
  gr.Markdown(
7
  """
8
- # Welcome to the Virtual Therapist Chat Bot!
9
  """
10
  )
11
  with gr.Accordion("Click for Instructions:"):
12
  gr.Markdown(
13
  """
14
- * Tell the therapist your problems, by recording your query.
15
- * Submit your query, and follow the chat or listen to the Therapists advice.
16
- * When you are ready to respond, clear your last recording and resubmit.
17
- note: Transcribe Audio does not work on iOS
18
  """)
19
  def modelTraining():
20
 
@@ -53,9 +50,6 @@ with gr.Blocks() as demo:
53
 
54
 
55
  # Creates the Gradio interface objects
56
- # The submit button triggers a cascade of
57
- # events that each engage a different
58
- # component as input/output
59
  with gr.Row():
60
  with gr.Column(scale=1):
61
  submit_btn = gr.Button(value="Train/Eval")
 
5
  with gr.Blocks() as demo:
6
  gr.Markdown(
7
  """
8
+ # AI/ML Playground
9
  """
10
  )
11
  with gr.Accordion("Click for Instructions:"):
12
  gr.Markdown(
13
  """
14
+ * Train/Eval will setup, train, and evaluate the base model
 
 
 
15
  """)
16
  def modelTraining():
17
 
 
50
 
51
 
52
  # Creates the Gradio interface objects
 
 
 
53
  with gr.Row():
54
  with gr.Column(scale=1):
55
  submit_btn = gr.Button(value="Train/Eval")