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:
daniloedu
/
image-caption
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
daniloedu
commited on
May 3, 2024
Commit
404dac6
·
verified
·
1 Parent(s):
6a1c24a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
-
import os
2
import gradio as gr
3
from transformers import pipeline
4
1
import gradio as gr
2
from transformers import pipeline
3