Spaces:
Runtime error
Runtime error
fix a bug
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
|
| 3 |
-
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
import re
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.system('pip uninstall -y gradio_fake3d')
|
| 3 |
+
os.system('pip install gradio_fake3d-0.0.3-py3-none-any.whl')
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
import re
|