Spaces:
Runtime error
Runtime error
Added description
Browse files
app.py
CHANGED
@@ -102,6 +102,11 @@ model.eval()
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
gr.Markdown("# PhaseHunter")
|
|
|
|
|
|
|
|
|
|
|
105 |
with gr.Tab("Default example"):
|
106 |
# Define the input and output types for Gradio
|
107 |
inputs = gr.Dropdown(
|
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
gr.Markdown("# PhaseHunter")
|
105 |
+
gr.Markdown("""This app allows one to detect P and S seismic phases along with uncertainty of the detection.
|
106 |
+
The app can be used in three ways: either by selecting one of the sample waveforms;
|
107 |
+
or by selecting an earthquake from the global earthquake catalogue;
|
108 |
+
or by uploading a waveform of interest.
|
109 |
+
""")
|
110 |
with gr.Tab("Default example"):
|
111 |
# Define the input and output types for Gradio
|
112 |
inputs = gr.Dropdown(
|