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