Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
24Sureshkumar
/
Tam_to_Eng_Translation_and_Image_Generation_Model
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
24Sureshkumar
commited on
3 days ago
Commit
37bec43
·
verified
·
1 Parent(s):
1437058
Update app.sh
Browse files
Files changed (1)
hide
show
app.sh
+3
-3
app.sh
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
-
@echo off
2
-
call
venv\Scripts\activate
3
-
streamlit run app.py
1
+
#!/bin/bash
2
+
export
PYTHONUNBUFFERED=1
3
+
streamlit run app.py