Ayush0804 commited on
Commit
5c0c810
·
verified ·
1 Parent(s): 5e8066f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os
5
  import secrets
6
  from pathlib import Path
7
  import tempfile
 
8
 
9
  # Initialize the Hugging Face BLIP model
10
  image_captioning_model = HuggingFaceEndpoint(
 
5
  import secrets
6
  from pathlib import Path
7
  import tempfile
8
+ import gradio as gr
9
 
10
  # Initialize the Hugging Face BLIP model
11
  image_captioning_model = HuggingFaceEndpoint(