Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
|
|
|
| 2 |
# Step 1: Define input components
|
| 3 |
|
| 4 |
input_component = gr.Textbox(label = "Input Text")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import sklearn
|
| 3 |
+
|
| 4 |
# Step 1: Define input components
|
| 5 |
|
| 6 |
input_component = gr.Textbox(label = "Input Text")
|