Update app.py
Browse files
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()
|