knowsuchagency commited on
Commit
50a37e0
1 Parent(s): db8ccb7

chore: Update Gradio interface configuration and remove unnecessary fields

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -107,6 +107,7 @@ demo = gr.Interface(
107
  ],
108
  allow_flagging=False,
109
  clear_btn=None,
 
110
  )
111
 
112
  demo.launch(
 
107
  ],
108
  allow_flagging=False,
109
  clear_btn=None,
110
+ head=os.getenv("HEAD"),
111
  )
112
 
113
  demo.launch(