Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ iface = gr.Interface(
|
|
20 |
description="Ask any question about the case, and the model will provide an answer based on its knowledge."
|
21 |
)
|
22 |
|
23 |
-
iface.launch(
|
|
|
20 |
description="Ask any question about the case, and the model will provide an answer based on its knowledge."
|
21 |
)
|
22 |
|
23 |
+
iface.launch()
|