akhaliq HF staff commited on
Commit
8a5661a
1 Parent(s): c3655cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ import gradio as gr
4
 
5
  examples=[["My name is Lewis and I like to"],["The weather today is"]]
6
  textbox = gr.Textbox();
7
- gr.Interface.load("huggingface/sberbank-ai/mGPT",textbox, textbox,examples=examples).launch()
 
4
 
5
  examples=[["My name is Lewis and I like to"],["The weather today is"]]
6
  textbox = gr.Textbox();
7
+ gr.Interface.load("huggingface/sberbank-ai/mGPT",inputs=textbox, outputs=textbox,examples=examples).launch()