enpaiva commited on
Commit
e18dfa2
1 Parent(s): bac1334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -67,8 +67,6 @@ custom_css = """
67
 
68
  api_key = os.getenv("GROQ_API_KEY")
69
 
70
- print(api_key)
71
-
72
  client = Groq(
73
  api_key=api_key,
74
  )
@@ -325,4 +323,4 @@ Resumen:"""
325
 
326
  if __name__ == "__main__":
327
 
328
- demo.launch()
 
67
 
68
  api_key = os.getenv("GROQ_API_KEY")
69
 
 
 
70
  client = Groq(
71
  api_key=api_key,
72
  )
 
323
 
324
  if __name__ == "__main__":
325
 
326
+ demo.launch(share=False)