Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GAASH-Lab
/
Translator-en-kas
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BurhaanZargar
commited on
9 days ago
Commit
c0c2e82
·
1 Parent(s):
2804947
queue removal
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -191,4 +191,4 @@ with gr.Blocks() as interface:
191
192
193
if __name__ == "__main__":
194
-
interface.
queue().
launch(share=True, inbrowser=True)
191
192
193
if __name__ == "__main__":
194
+
interface.launch(share=True, inbrowser=True)