AlGe commited on
Commit
685bf23
·
verified ·
1 Parent(s): 456b1f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -189,7 +189,6 @@ iface = gr.Interface(
189
  #title="Scoring Demo",
190
  #description="Autobiographical Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring method. Submit a narrative to see the results.",
191
  examples=examples,
192
- theme=monochrome
193
  )
194
-
195
- iface.launch()
 
189
  #title="Scoring Demo",
190
  #description="Autobiographical Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring method. Submit a narrative to see the results.",
191
  examples=examples,
192
+ #theme=monochrome
193
  )
194
+ iface.launch(server_name="0.0.0.0")