Spaces:
Build error
Build error
maybe removed too much deps
Browse files
app.py
CHANGED
@@ -1,5 +1,10 @@
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import streamlit.components.v1 as components
|
|
|
|
|
|
|
3 |
import rebel
|
4 |
import wikipedia
|
5 |
from utils import clip_text
|
|
|
1 |
+
from logging import disable
|
2 |
+
from pkg_resources import EggMetadata
|
3 |
import streamlit as st
|
4 |
import streamlit.components.v1 as components
|
5 |
+
import networkx as nx
|
6 |
+
import matplotlib.pyplot as plt
|
7 |
+
from pyvis.network import Network
|
8 |
import rebel
|
9 |
import wikipedia
|
10 |
from utils import clip_text
|