nragrawal commited on
Commit
3b88c59
·
1 Parent(s): c802290

Make spaces public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
 
74
  # Add error handling to launch
75
  try:
76
- iface.launch()
77
  except Exception as e:
78
  print(f"Error launching interface: {str(e)}")
79
  print(traceback.format_exc())
 
73
 
74
  # Add error handling to launch
75
  try:
76
+ iface.launch(share=True)
77
  except Exception as e:
78
  print(f"Error launching interface: {str(e)}")
79
  print(traceback.format_exc())