erinmikail commited on
Commit
7aee41a
·
verified ·
1 Parent(s): 0e06880
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
  from ldclient import LDClient, Config, Context
4
  import os
 
5
 
6
  # Retrieve the LaunchDarkly SDK key from environment variables
7
  ld_sdk_key = os.getenv("LAUNCHDARKLY_SDK_KEY")
 
2
  from transformers import pipeline
3
  from ldclient import LDClient, Config, Context
4
  import os
5
+ import torch
6
 
7
  # Retrieve the LaunchDarkly SDK key from environment variables
8
  ld_sdk_key = os.getenv("LAUNCHDARKLY_SDK_KEY")