lorenzoscottb commited on
Commit
ac84af9
Β·
1 Parent(s): 72fadc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,8 +4,8 @@ from gradio.mix import Series
4
  path_to_L_model = str(os.environ['path_to_L_model'])
5
  read_token = str(os.environ['read_token'])
6
 
7
- description = "Generate your own D&D story!"
8
- title = "French Story Generator using Opus MT and GPT-2"
9
 
10
  wisper = gr.Interface.load("models/openai/whisper-base")
11
 
@@ -16,7 +16,7 @@ interface_model_L = gr.Interface.load(
16
 
17
  Series(
18
  wisper,
19
- interface_model_L
20
  description = description,
21
  title = title,
22
  ).launch()
 
4
  path_to_L_model = str(os.environ['path_to_L_model'])
5
  read_token = str(os.environ['read_token'])
6
 
7
+ description = "Talk to Breud!"
8
+ title = "Breud (BERT + Freud)"
9
 
10
  wisper = gr.Interface.load("models/openai/whisper-base")
11
 
 
16
 
17
  Series(
18
  wisper,
19
+ interface_model_L,
20
  description = description,
21
  title = title,
22
  ).launch()