Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,3 +62,10 @@ demo = gr.ChatInterface(
|
|
62 |
|
63 |
if __name__ == "__main__":
|
64 |
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
if __name__ == "__main__":
|
64 |
demo.launch()
|
65 |
+
|
66 |
+
import gradio as gr
|
67 |
+
|
68 |
+
gr.Interface(...).launch()
|
69 |
+
|
70 |
+
# credit footer
|
71 |
+
print("Made by Jax Reissner and Echo — Licensed under CC BY-NC 4.0")
|