Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ LICENSE = """
|
|
22 |
<p/>
|
23 |
|
24 |
---
|
25 |
-
created by https://meraGPT.com
|
26 |
"""
|
27 |
|
28 |
if not torch.cuda.is_available():
|
@@ -133,7 +133,7 @@ chat_interface = gr.ChatInterface(
|
|
133 |
|
134 |
with gr.Blocks(css="style.css") as demo:
|
135 |
gr.Markdown(DESCRIPTION)
|
136 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
137 |
chat_interface.render()
|
138 |
gr.Markdown(LICENSE)
|
139 |
|
|
|
22 |
<p/>
|
23 |
|
24 |
---
|
25 |
+
created by [meraGPT](https://meraGPT.com)
|
26 |
"""
|
27 |
|
28 |
if not torch.cuda.is_available():
|
|
|
133 |
|
134 |
with gr.Blocks(css="style.css") as demo:
|
135 |
gr.Markdown(DESCRIPTION)
|
136 |
+
# gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
137 |
chat_interface.render()
|
138 |
gr.Markdown(LICENSE)
|
139 |
|