Spaces:
Paused
Paused
changed training approach
Browse files
app.py
CHANGED
|
@@ -289,4 +289,4 @@ iface = gr.Interface(
|
|
| 289 |
description="Enter HTML content or generate random HTML to test the model. The model will extract employee information and return it in JSON format."
|
| 290 |
)
|
| 291 |
|
| 292 |
-
iface.launch(
|
|
|
|
| 289 |
description="Enter HTML content or generate random HTML to test the model. The model will extract employee information and return it in JSON format."
|
| 290 |
)
|
| 291 |
|
| 292 |
+
iface.launch()
|