Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
-
import
|
| 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 |
|