Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import gradio as gr
|
3 |
-
|
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
|