Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,6 @@ interface=gr.Interface(
|
|
45 |
title="Chat bow uwing groq (Llama 3.1-8B)",
|
46 |
description="Type your question below and get a response powered by Groq's Llama 3.1-8B model"
|
47 |
)
|
48 |
-
if __name__
|
49 |
interface.launch()
|
50 |
#interface.launch()
|
|
|
45 |
title="Chat bow uwing groq (Llama 3.1-8B)",
|
46 |
description="Type your question below and get a response powered by Groq's Llama 3.1-8B model"
|
47 |
)
|
48 |
+
if __name__ =="__main__":
|
49 |
interface.launch()
|
50 |
#interface.launch()
|