Update App.py Version 5
Browse files
app.py
CHANGED
|
@@ -173,4 +173,5 @@ with gr.Blocks(theme=gr.themes.Soft(), title="⚡ Programming Tutor - GROQ") as
|
|
| 173 |
|
| 174 |
# Launch the app
|
| 175 |
if __name__ == "__main__":
|
|
|
|
| 176 |
demo.launch(debug=False, server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 173 |
|
| 174 |
# Launch the app
|
| 175 |
if __name__ == "__main__":
|
| 176 |
+
|
| 177 |
demo.launch(debug=False, server_name="0.0.0.0", server_port=7860)
|