Spaces:
Runtime error
Runtime error
Commit
·
1dac6ae
1
Parent(s):
8639ce7
hf
Browse files- Dockerfile → Dockerfile_old +0 -0
- app.py +2 -2
Dockerfile → Dockerfile_old
RENAMED
File without changes
|
app.py
CHANGED
@@ -50,5 +50,5 @@ demo = gr.Interface(
|
|
50 |
description="Drop text and get a more natural, human-like version. Powered by Mistral-7B-Instruct."
|
51 |
)
|
52 |
|
53 |
-
if __name__ == "__main__":
|
54 |
-
|
|
|
50 |
description="Drop text and get a more natural, human-like version. Powered by Mistral-7B-Instruct."
|
51 |
)
|
52 |
|
53 |
+
# if __name__ == "__main__":
|
54 |
+
# demo.launch()
|