Commit
·
7deb508
1
Parent(s):
5b7a29a
hotfix
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
print('hello')
|
3 |
-
import torch
|
4 |
-
print('sdfsdf')
|
5 |
# def greet(sentiment):
|
6 |
# return "Hello " + sentiment + "!!"
|
7 |
|
|
|
1 |
+
# import gradio as gr
|
2 |
+
# print('hello')
|
3 |
+
# import torch
|
4 |
+
# print('sdfsdf')
|
5 |
# def greet(sentiment):
|
6 |
# return "Hello " + sentiment + "!!"
|
7 |
|