Spaces:
DIVY118
/
Build error

DIVY118 commited on
Commit
9ab660c
1 Parent(s): f472d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -150,6 +150,7 @@ def Genration():
150
  @app.route('/realtime', methods=['POST'])
151
  def GenrationRT():
152
  try:
 
153
  import google.generativeai as genai
154
  generation_config = {
155
  "temperature": 0.9,
 
150
  @app.route('/realtime', methods=['POST'])
151
  def GenrationRT():
152
  try:
153
+
154
  import google.generativeai as genai
155
  generation_config = {
156
  "temperature": 0.9,