Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ analysis_network = from_pretrained_keras("cmudrc/wave-energy-analysis")
|
|
| 14 |
synthesis_network = from_pretrained_keras("cmudrc/wave-energy-synthesis")
|
| 15 |
|
| 16 |
with gradio.Blocks() as demo:
|
| 17 |
-
geometry = gradio.
|
| 18 |
-
spectrum = gradio.
|
| 19 |
|
| 20 |
analyze_it = gradio.Button("Analyze")
|
| 21 |
synthesize_it = gradio.Button("Synthesize")
|
|
|
|
| 14 |
synthesis_network = from_pretrained_keras("cmudrc/wave-energy-synthesis")
|
| 15 |
|
| 16 |
with gradio.Blocks() as demo:
|
| 17 |
+
geometry = gradio.Textbox(label="geometry")
|
| 18 |
+
spectrum = gradio.Textbox(label="spectrum")
|
| 19 |
|
| 20 |
analyze_it = gradio.Button("Analyze")
|
| 21 |
synthesize_it = gradio.Button("Synthesize")
|