JasperV13 commited on
Commit
e953af3
1 Parent(s): b53196e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ def generate_text_sft(input_text, max_length, num_return_sequences, no_repeat_ng
41
 
42
  with gr.Blocks() as demo:
43
  with gr.Row():
44
- gr.Markdown("## 🤖✨ Fhamator: The Darija-Speaking Model")
45
 
46
  with gr.Tab("📖 Explanation"):
47
  gr.Markdown("""
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
55
 
56
  with gr.Tab("Test Fhamator-30000 Model"):
57
  with gr.Group():
58
- input_text = gr.Textbox(label="Input Prompt", value="المغرب هو دولة معروفة ب")
59
  max_length = gr.Slider(50, 200, value=100, step=1, label="Max Length")
60
  num_return_sequences = gr.Slider(1, 5, value=3, step=1, label="Number of Sequences")
61
  no_repeat_ngram_size = gr.Slider(1, 5, value=2, step=1, label="No Repeat N-Gram Size")
 
41
 
42
  with gr.Blocks() as demo:
43
  with gr.Row():
44
+ gr.Markdown("## 🤖✨ Fhamator: 3ata-Ja !")
45
 
46
  with gr.Tab("📖 Explanation"):
47
  gr.Markdown("""
 
55
 
56
  with gr.Tab("Test Fhamator-30000 Model"):
57
  with gr.Group():
58
+ input_text = gr.Textbox(label="Input Prompt", value="أعلنت السلطات ")
59
  max_length = gr.Slider(50, 200, value=100, step=1, label="Max Length")
60
  num_return_sequences = gr.Slider(1, 5, value=3, step=1, label="Number of Sequences")
61
  no_repeat_ngram_size = gr.Slider(1, 5, value=2, step=1, label="No Repeat N-Gram Size")