Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -390,7 +390,11 @@ def create_demo(models):
|
|
390 |
process_with_streaming = create_streaming_interface(models)
|
391 |
|
392 |
with gr.Blocks() as demo:
|
393 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
394 |
|
395 |
with gr.Row():
|
396 |
with gr.Column():
|
|
|
390 |
process_with_streaming = create_streaming_interface(models)
|
391 |
|
392 |
with gr.Blocks() as demo:
|
393 |
+
gr.Markdown("""
|
394 |
+
# Rex-Thinker Demo
|
395 |
+
|
396 |
+
- Homepage: https://rexthinker.github.io/
|
397 |
+
""")
|
398 |
|
399 |
with gr.Row():
|
400 |
with gr.Column():
|