pierreguillou commited on
Commit
c73efe2
·
1 Parent(s): e3ce249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ import gradio as gr
7
  gr.Interface.load('spaces/....').launch()
8
  """
9
 
10
- iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description)
11
  iface.launch()
 
7
  gr.Interface.load('spaces/....').launch()
8
  """
9
 
10
+ iface = gr.Interface.load('spaces/sberbank-ai/mGPT', title=title, description=description, article=article)
11
  iface.launch()