Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -38,8 +38,7 @@ demo = gr.ChatInterface(
|
|
| 38 |
title="AMD MI300X AI Demo",
|
| 39 |
description="Chat with an LLM running on AMD MI300X GPU via vLLM.",
|
| 40 |
examples=["Explain what AMD MI300X is.", "Write a Python hello world."],
|
| 41 |
-
cache_examples=False,
|
| 42 |
)
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|
| 45 |
-
demo.launch()
|
|
|
|
| 38 |
title="AMD MI300X AI Demo",
|
| 39 |
description="Chat with an LLM running on AMD MI300X GPU via vLLM.",
|
| 40 |
examples=["Explain what AMD MI300X is.", "Write a Python hello world."],
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
if __name__ == "__main__":
|
| 44 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|