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:
Yuruyuruu
/
LibraryManagement
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8a7fc4
LibraryManagement
/
Frontend
/
Models
/
ErrorViewModel.cs
Yuyuqt
add mvc
c8d434a
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
193 Bytes
namespace
Frontend.Models
{
public
class
ErrorViewModel
{
public
string
? RequestId {
get
;
set
; }
public
bool
ShowRequestId => !
string
.IsNullOrEmpty(RequestId);
}
}