Update app.py
Browse files
app.py
CHANGED
|
@@ -379,3 +379,4 @@ with gr.Blocks(title="Vochi CRM + Gemini (Gradio)") as demo:
|
|
| 379 |
if __name__ == "__main__":
|
| 380 |
# On HF Spaces, just running this file is enough; launch() is fine for local dev, too.
|
| 381 |
demo.launch()
|
|
|
|
|
|
| 379 |
if __name__ == "__main__":
|
| 380 |
# On HF Spaces, just running this file is enough; launch() is fine for local dev, too.
|
| 381 |
demo.launch()
|
| 382 |
+
|