EconLabAI commited on
Commit
043880b
·
verified ·
1 Parent(s): 8c425ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ iface = gr.Interface(
71
  )
72
 
73
  if __name__ == "__main__":
74
- iface.launch(share=True) # share=True macht die UI öffentlich zugänglich
 
71
  )
72
 
73
  if __name__ == "__main__":
74
+ iface.launch()