Spaces:
No application file
No application file
Commit
·
6991407
1
Parent(s):
1dac6ae
hf
Browse files
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 |
-
|
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()
|