Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ interface = gr.Interface(
|
|
58 |
type="value",
|
59 |
label="Select a model",
|
60 |
info="Base model that done feature extraction and fine-tuning process"
|
61 |
-
)
|
62 |
],
|
63 |
-
outputs='label'
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|
|
|
58 |
type="value",
|
59 |
label="Select a model",
|
60 |
info="Base model that done feature extraction and fine-tuning process"
|
61 |
+
)
|
62 |
],
|
63 |
+
outputs='label'
|
64 |
)
|
65 |
|
66 |
# Launch the interface
|