TVRRaviteja commited on
Commit
af98446
Β·
verified Β·
1 Parent(s): 380fa27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1,10 +1,5 @@
1
  # -*- coding: utf-8 -*-
2
  """Multimodal-AI-Assistant-Llava7B.ipynb
3
-
4
- Automatically generated by Colaboratory.
5
-
6
- Original file is located at
7
- https://colab.research.google.com/drive/1MMQJ3bBnKOejL32I5wHSrpl8h-GX5FgG
8
  """
9
 
10
  import torch
@@ -159,7 +154,7 @@ print(locale.getlocale()) # After running the pipeline
159
 
160
  locale.getpreferredencoding = lambda: "UTF-8" #required to
161
 
162
- !ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
163
 
164
  import gradio as gr
165
  import base64
 
1
  # -*- coding: utf-8 -*-
2
  """Multimodal-AI-Assistant-Llava7B.ipynb
 
 
 
 
 
3
  """
4
 
5
  import torch
 
154
 
155
  locale.getpreferredencoding = lambda: "UTF-8" #required to
156
 
157
+ ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
158
 
159
  import gradio as gr
160
  import base64