KaiShin1885 commited on
Commit
d670ed0
·
verified ·
1 Parent(s): 6f77603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ try:
40
  )
41
 
42
  # Gradio 앱 실행
43
- iface.launch()
44
  except Exception as e:
45
  print("Error:", str(e))
 
40
  )
41
 
42
  # Gradio 앱 실행
43
+ iface.launch(share=True, repo_id=model_name)
44
  except Exception as e:
45
  print("Error:", str(e))