Spaces:
Sleeping
Sleeping
jpatel commited on
Commit ·
6b73906
1
Parent(s): ec883c7
fix app.py
Browse files
app.py
CHANGED
|
@@ -48,4 +48,4 @@ demo = gr.Interface(
|
|
| 48 |
description="Fine-tuned Llama 3.2 for HTML generation",
|
| 49 |
)
|
| 50 |
|
| 51 |
-
demo.launch()
|
|
|
|
| 48 |
description="Fine-tuned Llama 3.2 for HTML generation",
|
| 49 |
)
|
| 50 |
|
| 51 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|