MoJaff commited on
Commit
d955f36
·
verified ·
1 Parent(s): 2a0d469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -5,10 +5,7 @@ import soundfile as sf
5
  import numpy as np
6
  import gradio as gr
7
 
8
- import sys
9
- import csv
10
 
11
- csv.field_size_limit(sys.maxsize)
12
 
13
  # Initialize the image-to-text pipeline
14
  captionImage = transformers_pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")
 
5
  import numpy as np
6
  import gradio as gr
7
 
 
 
8
 
 
9
 
10
  # Initialize the image-to-text pipeline
11
  captionImage = transformers_pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")