Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ipvikas
/
ImageProcessing
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a9d7872
ImageProcessing
/
app.py
ipvikas
Create app.py
2c804fd
verified
3 months ago
raw
Copy download link
history
blame
Safe
223 Bytes
from
image_summary
import
image_summary_demo
demo = gr.TabbedInterface([image_summary_demo],
[
"Image to Text SUMMARY])
if __name__ == "
__main__
":
demo.launch(debug=True, cache_examples=True)