Update app.py
Browse files
app.py
CHANGED
|
@@ -165,8 +165,4 @@ with gr.Blocks(title="SmallLM Demo", theme=gr.themes.Soft()) as demo:
|
|
| 165 |
)
|
| 166 |
|
| 167 |
if __name__ == "__main__":
|
| 168 |
-
demo.launch(
|
| 169 |
-
server_name="0.0.0.0",
|
| 170 |
-
server_port=7860,
|
| 171 |
-
share=True
|
| 172 |
-
)
|
|
|
|
| 165 |
)
|
| 166 |
|
| 167 |
if __name__ == "__main__":
|
| 168 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|