Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
•
929841f
1
Parent(s):
618141a
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
# Definisci le tue quattro applicazioni qui
|
4 |
def app1(input):
|
5 |
-
|
|
|
6 |
from mega import Mega
|
7 |
os.environ["no_proxy"] = "localhost, 127.0.0.1, ::1"
|
8 |
import threading
|
|
|
2 |
|
3 |
# Definisci le tue quattro applicazioni qui
|
4 |
def app1(input):
|
5 |
+
pass
|
6 |
+
import subprocess, torch, os, traceback, sys, warnings, shutil, numpy as np
|
7 |
from mega import Mega
|
8 |
os.environ["no_proxy"] = "localhost, 127.0.0.1, ::1"
|
9 |
import threading
|