Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
qtpi
/
ReferenceErrorAnalyser
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qtpi
commited on
Nov 20, 2024
Commit
a1a4838
·
verified
·
1 Parent(s):
8e38d7a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import bibtexparser
2
import json
3
4
class ConsistencyHandler:
5
1
import bibtexparser
2
import json
3
+
import gradio as gr
4
5
class ConsistencyHandler:
6