Spaces:
Sleeping
Sleeping
BramVanroy
commited on
Commit
•
5479465
1
Parent(s):
700cdfb
Update app.py
Browse files
app.py
CHANGED
@@ -34,9 +34,6 @@ def create_app():
|
|
34 |
with gr.Blocks() as demo:
|
35 |
gr.Markdown("# SONAR Coarse Classification")
|
36 |
gr.Markdown("This is a test app for the SONAR Coarse Classification model. Not recommended for real-world use.")
|
37 |
-
gr.Markdown(
|
38 |
-
"Paste your text below, and the app will classify it using the specified model."
|
39 |
-
)
|
40 |
|
41 |
with gr.Row():
|
42 |
input_text = gr.Textbox(
|
|
|
34 |
with gr.Blocks() as demo:
|
35 |
gr.Markdown("# SONAR Coarse Classification")
|
36 |
gr.Markdown("This is a test app for the SONAR Coarse Classification model. Not recommended for real-world use.")
|
|
|
|
|
|
|
37 |
|
38 |
with gr.Row():
|
39 |
input_text = gr.Textbox(
|