braindeck commited on
Commit
a73f45a
·
1 Parent(s): 9417b4c

Update gradio version

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🚀
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: false
10
  hardware: gpu
@@ -18,4 +18,4 @@ This is a simple Gradio interface for text-to-text generation using a fine-tuned
18
 
19
  1. Enter a prompt in the text box.
20
  2. Click the "Generate" button.
21
- 3. The model will generate a response in the "Response" text box.
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  hardware: gpu
 
18
 
19
  1. Enter a prompt in the text box.
20
  2. Click the "Generate" button.
21
+ 3. The model will generate a response in the "Response" text box.
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
  transformers
3
  torch
4
- accelerate
 
1
+ gradio==4.44.1
2
  transformers
3
  torch
4
+ accelerate