ksatzke commited on
Commit
5be1834
·
verified ·
1 Parent(s): e711649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import gradio as gr
3
- imort torch
4
  import logging
5
  from typing import List, Dict
6
  import gc
 
1
  import streamlit as st
2
  import gradio as gr
3
+ import torch
4
  import logging
5
  from typing import List, Dict
6
  import gc