Update app.py
Browse files
app.py
CHANGED
@@ -228,5 +228,5 @@ interface = gr.Interface(
|
|
228 |
description="Classify legal text using the Nainglinthu/quest_model!", # Description
|
229 |
)
|
230 |
|
231 |
-
# Launch the Gradio
|
232 |
interface.launch()
|
|
|
228 |
description="Classify legal text using the Nainglinthu/quest_model!", # Description
|
229 |
)
|
230 |
|
231 |
+
# Launch the Gradio ap
|
232 |
interface.launch()
|