Abinaya Mahendiran commited on
Commit
fb12737
1 Parent(s): 2b02259

Added missed import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@
5
  # Install necessary libraries
6
  from transformers import AutoTokenizer, AutoModelWithLMHead, pipeline
7
  import streamlit as st
 
8
 
9
  # Read the config
10
  with open("config.json") as f:
 
5
  # Install necessary libraries
6
  from transformers import AutoTokenizer, AutoModelWithLMHead, pipeline
7
  import streamlit as st
8
+ import json
9
 
10
  # Read the config
11
  with open("config.json") as f: