Upload app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,6 @@ def run_model(Dialects):
|
|
46 |
|
47 |
|
48 |
run_model('السلام عيكم')
|
49 |
-
|
50 |
time.sleep(35)
|
51 |
|
52 |
|
@@ -88,7 +87,7 @@ with gr.Blocks(theme=gr.themes.GoogleFont('ali')) as demo:
|
|
88 |
clear = gr.ClearButton(input)
|
89 |
|
90 |
|
91 |
-
examples = gr.Examples(examples_text,input)
|
92 |
|
93 |
|
94 |
with gr.Row():
|
|
|
46 |
|
47 |
|
48 |
run_model('السلام عيكم')
|
|
|
49 |
time.sleep(35)
|
50 |
|
51 |
|
|
|
87 |
clear = gr.ClearButton(input)
|
88 |
|
89 |
|
90 |
+
examples = gr.Examples(examples_text,input,output,mode_run,cache_examples=True)
|
91 |
|
92 |
|
93 |
with gr.Row():
|