Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
Automatically generated by Colab.
|
| 5 |
-
|
| 6 |
-
Original file is located at
|
| 7 |
-
https://colab.research.google.com/drive/1CW5fbQI9tza6cQip-gxTT9FpZM4aAfni
|
| 8 |
-
"""
|
| 9 |
|
| 10 |
import gradio as gr
|
| 11 |
from transformers import BlipProcessor, BlipForConditionalGeneration
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
+
'''AI Image Caption Generator - Hugging Face Deployment'''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
from transformers import BlipProcessor, BlipForConditionalGeneration
|