PatilShruti commited on
Commit
caf090a
·
verified ·
1 Parent(s): 5d324b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -45,5 +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
-
49
- 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()