Spaces:
Runtime error
Runtime error
hack install gradio 3.50.2
Browse files
app.py
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
import argparse
|
3 |
import os
|
|
|
|
|
|
|
|
|
|
|
4 |
import json
|
5 |
from threading import Thread
|
6 |
import torch
|
|
|
1 |
import gradio as gr
|
2 |
import argparse
|
3 |
import os
|
4 |
+
|
5 |
+
#hack install gradio
|
6 |
+
os.system("pip uninstall -y gradio")
|
7 |
+
os.system("pip install gradio==3.50.2")
|
8 |
+
|
9 |
import json
|
10 |
from threading import Thread
|
11 |
import torch
|