Spaces:
Sleeping
Sleeping
Commit
·
72f6578
1
Parent(s):
a02c80d
Update app.py
Browse files
app.py
CHANGED
@@ -35,4 +35,6 @@ Powered by <a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-pytho
|
|
35 |
You can install Docker, build image and run it. I made <code>`run-docker.sh`</code> for ya. To stop container run <code>`docker ps`</code>, find name of container and run <code>`docker stop _dockerContainerName_`</code><br>
|
36 |
Or you can once follow steps in Dockerfile and try it on your machine, not in Docker.<br>
|
37 |
<br>
|
38 |
-
<h1>Also now it can run with Gradio! Check the repo!</h1>
|
|
|
|
|
|
35 |
You can install Docker, build image and run it. I made <code>`run-docker.sh`</code> for ya. To stop container run <code>`docker ps`</code>, find name of container and run <code>`docker stop _dockerContainerName_`</code><br>
|
36 |
Or you can once follow steps in Dockerfile and try it on your machine, not in Docker.<br>
|
37 |
<br>
|
38 |
+
<h1>Also now it can run with Gradio! Check the repo!</h1>
|
39 |
+
<br>
|
40 |
+
<script>document.write("URL of space: "+window.location.href);</script>'''
|