Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wwgd
/
round2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aspgvu
commited on
Aug 7, 2023
Commit
26ab032
·
1 Parent(s):
05e4ef7
reboot
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
import gradio as gr
2
import requests
3
4
-
reboot =
None
5
6
def send_request(params, url):
7
while True:
1
import gradio as gr
2
import requests
3
4
+
reboot =
True
5
6
def send_request(params, url):
7
while True: