Spaces:
Runtime error
Runtime error
added description
Browse files- .DS_Store +0 -0
- phasehunter/app.py +5 -0
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
phasehunter/app.py
CHANGED
@@ -116,6 +116,11 @@ model.eval()
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
gr.Markdown("# PhaseHunter")
|
|
|
|
|
|
|
|
|
|
|
119 |
with gr.Tab("Default example"):
|
120 |
# Define the input and output types for Gradio
|
121 |
inputs = gr.Dropdown(
|
|
|
116 |
|
117 |
with gr.Blocks() as demo:
|
118 |
gr.Markdown("# PhaseHunter")
|
119 |
+
gr.Markdown("""This app allows one to detect P and S seismic phases along with uncertainty of the detection.
|
120 |
+
The app can be used in three ways: either by selecting one of the sample waveforms;
|
121 |
+
or by selecting an earthquake from the global earthquake catalogue;
|
122 |
+
or by uploading a waveform of interest.
|
123 |
+
""")
|
124 |
with gr.Tab("Default example"):
|
125 |
# Define the input and output types for Gradio
|
126 |
inputs = gr.Dropdown(
|