lea97338 commited on
Commit
6e9ebae
·
verified ·
1 Parent(s): 2d8cef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def encode_text(prompt: str):
39
  # INTERFACE GRADIO
40
  # -----------------------------
41
  demo = gr.Interface(
42
- fn=encode,
43
  inputs=gr.Textbox(label="Prompt", placeholder="Écris ton texte ici..."),
44
  outputs=[
45
  gr.Textbox(label="Infos"),
 
39
  # INTERFACE GRADIO
40
  # -----------------------------
41
  demo = gr.Interface(
42
+ fn=encode_text,
43
  inputs=gr.Textbox(label="Prompt", placeholder="Écris ton texte ici..."),
44
  outputs=[
45
  gr.Textbox(label="Infos"),