Akshay-More-007 commited on
Commit
ad34727
1 Parent(s): 5fd9ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  api_key = os.environ['API_KEY']
8
 
9
  API_URL = "https://api-inference.huggingface.co/models/Hrishikesh332/autotrain-meme-classification-42897109437"
10
- headers = {"Authorization": f"Bearer {api_key}"}
11
 
12
  def query(data : bytes):
13
 
@@ -19,6 +19,7 @@ st.markdown("---")
19
  with st.sidebar:
20
  st.title("Memeter")
21
  st.caption('''
 
22
  Memeter is an application used for the classification of whether the images provided is meme or not meme
23
  ''', unsafe_allow_html=False)
24
 
 
7
  api_key = os.environ['API_KEY']
8
 
9
  API_URL = "https://api-inference.huggingface.co/models/Hrishikesh332/autotrain-meme-classification-42897109437"
10
+ headers = {"Authorization": f"Bearer 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"}
11
 
12
  def query(data : bytes):
13
 
 
19
  with st.sidebar:
20
  st.title("Memeter")
21
  st.caption('''
22
+
23
  Memeter is an application used for the classification of whether the images provided is meme or not meme
24
  ''', unsafe_allow_html=False)
25