Norod78 commited on
Commit
45615d1
โ€ข
1 Parent(s): 1aa5400

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +2 -3
  3. requirements.txt +3 -3
README.md CHANGED
@@ -3,7 +3,7 @@ title: Hebrew GPT Neo - Science Fiction and Fantasy
3
  emoji: ๐Ÿง™โ€โ™€๏ธ
4
  colorFrom: yellow
5
  colorTo: blue
6
- sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
  license: mit
 
3
  emoji: ๐Ÿง™โ€โ™€๏ธ
4
  colorFrom: yellow
5
  colorTo: blue
6
+ sdk_version: 3.24.1
7
  app_file: app.py
8
  pinned: false
9
  license: mit
app.py CHANGED
@@ -58,9 +58,8 @@ demo = gr.Interface(
58
  outputs=gr.Textbox(type="text", label="ืคื” ื™ื•ืคื™ืข ื”ื˜ืงืกื˜ ืฉื”ืžื—ื•ืœืœ ื™ื—ื•ืœืœ", elem_id="output_text"),
59
  css="#output_text{direction: rtl} #input_text{direction: rtl}",
60
  examples = ['ื”ืฉื“ ื”ื•ืคื™ืข ืžื•ืœ','ืงืืœื™ ืฉืœืคื” ืืช','ืคืขื ืื—ืช ืœืคื ื™ ืฉื ื™ื ืจื‘ื•ืช', 'ื”ืืจื™ ืคื•ื˜ืจ ื—ื™ื™ืš ื—ื™ื•ืš ื ื‘ื•ืš', 'ื•ืื– ื”ืคืจืชื™ ืืช ื›ืœ ื›ืœืœื™ ื”ื˜ืงืก ื›ืฉ'],
61
- allow_flagging=False
62
  )
63
 
64
  demo.queue()
65
- #demo.launch(debug=True)
66
- demo.launch()
 
58
  outputs=gr.Textbox(type="text", label="ืคื” ื™ื•ืคื™ืข ื”ื˜ืงืกื˜ ืฉื”ืžื—ื•ืœืœ ื™ื—ื•ืœืœ", elem_id="output_text"),
59
  css="#output_text{direction: rtl} #input_text{direction: rtl}",
60
  examples = ['ื”ืฉื“ ื”ื•ืคื™ืข ืžื•ืœ','ืงืืœื™ ืฉืœืคื” ืืช','ืคืขื ืื—ืช ืœืคื ื™ ืฉื ื™ื ืจื‘ื•ืช', 'ื”ืืจื™ ืคื•ื˜ืจ ื—ื™ื™ืš ื—ื™ื•ืš ื ื‘ื•ืš', 'ื•ืื– ื”ืคืจืชื™ ืืช ื›ืœ ื›ืœืœื™ ื”ื˜ืงืก ื›ืฉ'],
61
+ allow_flagging="never"
62
  )
63
 
64
  demo.queue()
65
+ demo.launch()
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
- transformers
3
- tokenizers
4
  torch
5
  bitsandbytes
 
 
 
 
 
 
 
1
  torch
2
  bitsandbytes
3
+ gradio
4
+ transformers
5
+ tokenizers