Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import google.generativeai as genai
|
|
|
|
|
4 |
|
5 |
# Configure Gemini API
|
6 |
GEMINI_API_KEY = os.environ["GEMINI_API_KEY"]
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import google.generativeai as genai
|
4 |
+
import matplotlib.pyplot as plt
|
5 |
+
import numpy as np
|
6 |
|
7 |
# Configure Gemini API
|
8 |
GEMINI_API_KEY = os.environ["GEMINI_API_KEY"]
|