lvwerra HF Staff commited on
Commit
14f0e2e
·
verified ·
1 Parent(s): 87e2e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -4,7 +4,6 @@ from e2b_desktop import Sandbox
4
 
5
 
6
  E2B_API_KEY = os.getenv("E2B_API_KEY")
7
- print(f"e2b (og): '{E2B_API_KEY}'")
8
  DEFAULT_MAX_TOKENS = 512
9
  SANDBOXES = {}
10
  TMP_DIR = './tmp/'
@@ -53,7 +52,6 @@ custom_css = """
53
 
54
 
55
  def update_placeholder_text():
56
- print(f"e2b: '{E2B_API_KEY}'")
57
  desktop = Sandbox(api_key=E2B_API_KEY, resolution=(1024, 768), dpi=96)
58
  desktop.stream.start(require_auth=True)
59
  auth_key = desktop.stream.get_auth_key()
 
4
 
5
 
6
  E2B_API_KEY = os.getenv("E2B_API_KEY")
 
7
  DEFAULT_MAX_TOKENS = 512
8
  SANDBOXES = {}
9
  TMP_DIR = './tmp/'
 
52
 
53
 
54
  def update_placeholder_text():
 
55
  desktop = Sandbox(api_key=E2B_API_KEY, resolution=(1024, 768), dpi=96)
56
  desktop.stream.start(require_auth=True)
57
  auth_key = desktop.stream.get_auth_key()