miknad2319 commited on
Commit
daf879a
1 Parent(s): a933994

Adding a pytorch import because that's breaking the app in streamlit.com for some reason

Browse files
Files changed (1) hide show
  1. test-app.py +1 -0
test-app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
  import requests
3
  from transformers import pipeline
4
 
 
1
  import streamlit as st
2
+ import torch as nn
3
  import requests
4
  from transformers import pipeline
5