yunuseduran commited on
Commit
001b76e
·
verified ·
1 Parent(s): 1e87369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -78,9 +78,4 @@ if file is not None:
78
  if os.path.exists(output_file):
79
  os.remove(output_file)
80
 
81
- # Hugging Face üzerinde Streamlit uygulaması olarak başlat
82
- if __name__ == '__main__':
83
- import streamlit.cli as stcli
84
- import sys
85
- sys.argv = ["streamlit", "run", __file__]
86
- sys.exit(stcli.main())
 
78
  if os.path.exists(output_file):
79
  os.remove(output_file)
80
 
81
+