Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
Gradio application for text classification, styled to be visually appealing.
|
| 4 |
This version uses only the 'sojka2' model.
|
| 5 |
"""
|
|
|
|
| 6 |
|
| 7 |
import gradio as gr
|
| 8 |
import logging
|
|
|
|
| 3 |
Gradio application for text classification, styled to be visually appealing.
|
| 4 |
This version uses only the 'sojka2' model.
|
| 5 |
"""
|
| 6 |
+
import json
|
| 7 |
|
| 8 |
import gradio as gr
|
| 9 |
import logging
|