Spaces:
Runtime error
Runtime error
Commit ·
12d5236
1
Parent(s): f3fc2b1
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
import os
|
| 3 |
import requests
|
| 4 |
|
| 5 |
-
url = "https://www.mindat.org/imagecache/46/9c/03220450016186848702713.jpg"
|
| 6 |
-
|
| 7 |
def greet():
|
| 8 |
print("in greet")
|
| 9 |
print(requests.get(url).content)
|
|
|
|
| 2 |
import os
|
| 3 |
import requests
|
| 4 |
|
| 5 |
+
# url = "https://www.mindat.org/imagecache/46/9c/03220450016186848702713.jpg"
|
| 6 |
+
url = "https://www.mindat.org/
|
| 7 |
def greet():
|
| 8 |
print("in greet")
|
| 9 |
print(requests.get(url).content)
|