Natwar commited on
Commit
04b63d2
·
verified ·
1 Parent(s): 73351e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1190,6 +1190,7 @@ if __name__ == "__main__":
1190
  print("="*70)
1191
 
1192
  interface = create_interface()
 
1193
 
1194
  # MODIFIED: Get Gradio credentials from Hugging Face Secrets
1195
  gradio_user = os.environ.get("GRADIO_USERNAME")
 
1190
  print("="*70)
1191
 
1192
  interface = create_interface()
1193
+ interface.launch(share=True, debug=True)
1194
 
1195
  # MODIFIED: Get Gradio credentials from Hugging Face Secrets
1196
  gradio_user = os.environ.get("GRADIO_USERNAME")