Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ machinebox = gr.Textbox(label="Enter your machine type:", placeholder="e.g., tra
|
|
| 82 |
|
| 83 |
featurebox = gr.Textbox(label="Enter your features type:", placeholder="e.g., KL-expansion, Lagragians")
|
| 84 |
|
| 85 |
-
ouputbox = gr.Textbox(label="
|
| 86 |
|
| 87 |
iface = gr.Interface(
|
| 88 |
fn=inputter,
|
|
|
|
| 82 |
|
| 83 |
featurebox = gr.Textbox(label="Enter your features type:", placeholder="e.g., KL-expansion, Lagragians")
|
| 84 |
|
| 85 |
+
ouputbox = gr.Textbox(label="Output", placeholder="Accuracy: 100%", lines = 10)
|
| 86 |
|
| 87 |
iface = gr.Interface(
|
| 88 |
fn=inputter,
|