Spaces:
Build error
Build error
Commit ·
1ebbe12
1
Parent(s): ba42506
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,4 +53,4 @@ inputs = [
|
|
| 53 |
outputs = gr.outputs.Textbox(label="Estimated Compressive Strength (fcc, unit: MPa)")
|
| 54 |
|
| 55 |
app = gr.Interface(fn=CirConStr, inputs=inputs, outputs=outputs, description="Compressive strength estimation for circular concrete column confined by spiral stirrups")
|
| 56 |
-
app.launch(
|
|
|
|
| 53 |
outputs = gr.outputs.Textbox(label="Estimated Compressive Strength (fcc, unit: MPa)")
|
| 54 |
|
| 55 |
app = gr.Interface(fn=CirConStr, inputs=inputs, outputs=outputs, description="Compressive strength estimation for circular concrete column confined by spiral stirrups")
|
| 56 |
+
app.launch()
|