Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ Automatically generated by Colaboratory.
|
|
6 |
"""
|
7 |
import os
|
8 |
import gradio
|
9 |
-
#import transformers
|
10 |
from PIL import Image
|
11 |
from timeit import default_timer as timer
|
12 |
from tensorflow import keras
|
@@ -52,5 +51,5 @@ iface = gradio.Interface(fn=generate_query_response,
|
|
52 |
outputs = out_response
|
53 |
)
|
54 |
|
55 |
-
iface.launch(debug = True)
|
56 |
|
|
|
6 |
"""
|
7 |
import os
|
8 |
import gradio
|
|
|
9 |
from PIL import Image
|
10 |
from timeit import default_timer as timer
|
11 |
from tensorflow import keras
|
|
|
51 |
outputs = out_response
|
52 |
)
|
53 |
|
54 |
+
iface.launch(debug = True, share=True)
|
55 |
|