Leo Liu commited on
Commit
932fca0
·
verified ·
1 Parent(s): 36726bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # import part
2
  import streamlit as st
 
3
  from transformers import pipeline
4
  import math
5
  import time # 新增time模块
 
1
  # import part
2
  import streamlit as st
3
+ import torch
4
  from transformers import pipeline
5
  import math
6
  import time # 新增time模块