awais-nayyar commited on
Commit
8a9a05a
1 Parent(s): 5cd73b3

change in README

Browse files
Files changed (3) hide show
  1. README.md +4 -1
  2. gradio +0 -0
  3. requirements.txt +2 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
- title: Image To Text Awais Nayyar
 
2
  tags:
3
  - image to text
4
  - language models
@@ -11,5 +12,7 @@ sdk_version: 3.14.0
11
  app_file: app.py
12
  pinned: true
13
  license: mit
 
 
14
 
15
  # HF_imageTotext_deployment
 
1
+ ---
2
+ title: Image To Text Lora ViT
3
  tags:
4
  - image to text
5
  - language models
 
12
  app_file: app.py
13
  pinned: true
14
  license: mit
15
+ ---
16
+
17
 
18
  # HF_imageTotext_deployment
gradio DELETED
File without changes
requirements.txt CHANGED
@@ -1,6 +1,7 @@
 
1
  streamlit
2
  transformers
3
  pillow
4
  requests
5
  torch
6
- tensorflow
 
1
+ gradio
2
  streamlit
3
  transformers
4
  pillow
5
  requests
6
  torch
7
+ tensorflow