Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ outputs=gr.Textbox(label="DailyWellnessAI Answer"),
|
|
9 |
title="DailyWellnessAI",
|
10 |
description="Ask about wellness or DailyWellnessAI brand. Out-of-scope"
|
11 |
)
|
12 |
-
if _name_
|
13 |
interface. launch(server_name="0.0.0.0", server_port=7860)
|
|
|
9 |
title="DailyWellnessAI",
|
10 |
description="Ask about wellness or DailyWellnessAI brand. Out-of-scope"
|
11 |
)
|
12 |
+
if _name_=="__main__":
|
13 |
interface. launch(server_name="0.0.0.0", server_port=7860)
|