Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
-
os.system("pip install gradio")
|
4 |
import torch
|
5 |
|
6 |
import gradio as gr
|
|
|
1 |
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
+
os.system("pip install gradio==2.7.0")
|
4 |
import torch
|
5 |
|
6 |
import gradio as gr
|