janmariakowalski commited on
Commit
24b91d8
·
verified ·
1 Parent(s): d816680

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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