Ankit8544 commited on
Commit
161cec7
·
verified ·
1 Parent(s): 2571d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,6 +74,6 @@ iface = gr.Interface(
74
 
75
  # Launch Gradio app in API mode
76
  try:
77
- iface.launch(share=True, server_name="0.0.0.0", server_port=7860)
78
  except Exception as e:
79
  print(f"Error launching Gradio app: {e}")
 
74
 
75
  # Launch Gradio app in API mode
76
  try:
77
+ iface.launch(share=True)
78
  except Exception as e:
79
  print(f"Error launching Gradio app: {e}")