Spaces:
Runtime error
Runtime error
Debug app slowdown (WIP)
Browse filesInstalls https://github.com/gradio-app/gradio/pull/7416
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import random
|
3 |
import gradio as gr
|
|
|
1 |
+
import subprocess
|
2 |
+
subprocess.run('pip install https://gradio-builds.s3.amazonaws.com/aabb08191a7d94d2a1e9ff87b0d3c3987cd519c5/gradio-4.18.0-py3-none-any.whl', shell=True)
|
3 |
+
|
4 |
import os
|
5 |
import random
|
6 |
import gradio as gr
|