Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,16 +5,13 @@ import tensorflow as tf
|
|
5 |
with gr.Blocks() as demo:
|
6 |
gr.Markdown(
|
7 |
"""
|
8 |
-
#
|
9 |
"""
|
10 |
)
|
11 |
with gr.Accordion("Click for Instructions:"):
|
12 |
gr.Markdown(
|
13 |
"""
|
14 |
-
*
|
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")
|