charesz commited on
Commit
ac8ee1c
·
verified ·
1 Parent(s): 853a804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from huggingface_hub import InferenceClient
3
- import google.generativeai as genai
4
  import time
5
  import json # Import json for better handling of HF client response
6
 
 
1
  import streamlit as st
2
  from huggingface_hub import InferenceClient
3
+ import google_generativeai as genai
4
  import time
5
  import json # Import json for better handling of HF client response
6