dlimeng commited on
Commit
2393aad
1 Parent(s): fa1be49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,5 +102,5 @@ def layout_fn():
102
  return demo
103
 
104
 
105
- iface = gr.Interface(fn=gpt_inference, layout=layout_fn)
106
  iface.launch()
 
102
  return demo
103
 
104
 
105
+ iface = gr.Interface(fn=gpt_inference, inputs=[], outputs=[], layout=layout_fn)
106
  iface.launch()