Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -407,18 +407,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, title="GPT-OSS-120B Chat"
|
|
| 407 |
<p>Built with 🔥 for the GPT-OSS-120B community | Model: openai/gpt-oss-120b</p>
|
| 408 |
<p>Remember: This is a 120 billion parameter model - expect incredible responses!</p>
|
| 409 |
</div>
|
| 410 |
-
"""
|
| 411 |
-
elem_classes="footer"
|
| 412 |
)
|
| 413 |
|
| 414 |
# Launch configuration
|
| 415 |
if __name__ == "__main__":
|
| 416 |
-
demo.
|
| 417 |
-
demo.launch(
|
| 418 |
-
server_name="0.0.0.0",
|
| 419 |
-
share=False,
|
| 420 |
-
show_error=True,
|
| 421 |
-
server_port=7860,
|
| 422 |
-
favicon_path=None
|
| 423 |
-
)
|
| 424 |
-
)
|
|
|
|
| 407 |
<p>Built with 🔥 for the GPT-OSS-120B community | Model: openai/gpt-oss-120b</p>
|
| 408 |
<p>Remember: This is a 120 billion parameter model - expect incredible responses!</p>
|
| 409 |
</div>
|
| 410 |
+
"""
|
|
|
|
| 411 |
)
|
| 412 |
|
| 413 |
# Launch configuration
|
| 414 |
if __name__ == "__main__":
|
| 415 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|